denimalpaca commented on code in PR #30166:
URL: https://github.com/apache/airflow/pull/30166#discussion_r1162801229
##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -585,41 +622,70 @@ def __init__(
partition_clause: str | None = None,
conn_id: str | None = None,
database: str | None = None,
+ accept_none: bool = True,
Review Comment:
@mag3141592 requested this and may be able to speak better about it, but
basically the old behavior is wrong from a correctness standpoint.
--
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]