We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82bf35d + fc5ee4f commit a79496fCopy full SHA for a79496f
dbt/adapters/oracle/connections.py
@@ -218,7 +218,6 @@ def get_status(cls, cursor):
218
def get_response(cls, cursor):
219
# number of rows fetched for a SELECT statement or
220
# have been affected by INSERT, UPDATE, DELETE and MERGE statements
221
- logger.info("Affected row count {}".format(cursor.rowcount))
222
return AdapterResponse(rows_affected=cursor.rowcount,
223
_message='OK')
224
0 commit comments