holly-evans commented on code in PR #24570:
URL: https://github.com/apache/airflow/pull/24570#discussion_r903726012


##########
airflow/hooks/dbapi.py:
##########
@@ -69,7 +70,7 @@ class DbApiHook(BaseHook):
     # Override with db-specific query to check connection
     _test_connection_sql = "select 1"
 
-    def __init__(self, *args, schema: Optional[str] = None, **kwargs):
+    def __init__(self, *args, schema: Optional[str] = None, log_sql: 
Optional[bool] = True, **kwargs):

Review Comment:
   ```suggestion
       def __init__(self, *args, schema: Optional[str] = None, log_sql: bool = 
True, **kwargs):
   ```



-- 
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]

Reply via email to