Taragolis commented on code in PR #38831:
URL: https://github.com/apache/airflow/pull/38831#discussion_r1557473352
##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -178,6 +179,10 @@ def __init__(self, *args, schema: str | None = None,
log_sql: bool = True, **kwa
"replace_statement_format", "REPLACE INTO {} {} VALUES ({})"
)
+ @property
+ def sa_uri(self) -> URL:
+ raise NotImplementedError
+
Review Comment:
There is no docstring, as well as there is no proper error message. Which
might confuse someone who will try to run it against other Hooks
--
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]