jason810496 commented on code in PR #69524:
URL: https://github.com/apache/airflow/pull/69524#discussion_r3534354339
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/redshift_data.py:
##########
@@ -125,6 +125,11 @@ def __init__(
self.deferrable = deferrable
self.session_id = session_id
self.session_keep_alive_seconds = session_keep_alive_seconds
+ if self.deferrable and not self.wait_for_completion:
Review Comment:
Worthwhile to introduce base operator / common module validation for this
regression? It seems like a common case among the providers.
--
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]