uranusjr commented on code in PR #25299:
URL: https://github.com/apache/airflow/pull/25299#discussion_r929703597
##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -81,7 +81,7 @@ class DbApiHook(BaseHook):
Abstract base class for sql hooks.
:param schema: Optional DB schema that overrides the schema specified in
the connection. Make sure that
- if you change the schema parameter value in the constructor of the
derived Hook, such change
+ if you change the schema parameter value in the constructor of the
derived Hook, such changeHOK
Review Comment:
```suggestion
if you change the schema parameter value in the constructor of the
derived Hook, such change
```
seems accidental
--
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]