amoghrajesh commented on code in PR #46163:
URL: https://github.com/apache/airflow/pull/46163#discussion_r1931511928
##########
providers/common/sql/src/airflow/providers/common/sql/hooks/sql.py:
##########
@@ -205,7 +205,7 @@ def placeholder(self) -> str:
return self._placeholder
@property
- def insert_statement_format(self) -> str:
+ def insert_statement_format(self) -> str | None:
Review Comment:
Hmm yeah, it has a clear fall back defined, so I think mypy will be happy
with that check too. Let me try
--
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]