dabla commented on code in PR #38715:
URL: https://github.com/apache/airflow/pull/38715#discussion_r1557010598
##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -166,6 +175,7 @@ def __init__(self, *args, schema: str | None = None,
log_sql: bool = True, **kwa
# Hook deriving from the DBApiHook to still have access to the field
in its constructor
self.__schema = schema
self.log_sql = log_sql
+ self._fast_executemany = fast_executemany
Review Comment:
I removed the self._fast_executemany property, as I tested without it using
the executemany it had the same performance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]