uranusjr commented on code in PR #38715:
URL: https://github.com/apache/airflow/pull/38715#discussion_r1556827871
##########
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:
Should this also be set on the class instead? (`supports_fast_executemany`?)
Or does this depend on some information that’s only available at runtime?
--
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]