amoghrajesh commented on code in PR #69524:
URL: https://github.com/apache/airflow/pull/69524#discussion_r3549098132


##########
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:
   Lemme see what I can do about this one.



##########
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:
   In a follow up



-- 
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]

Reply via email to