Lee-W commented on code in PR #36586:
URL: https://github.com/apache/airflow/pull/36586#discussion_r1444364917
##########
airflow/providers/amazon/aws/operators/redshift_data.py:
##########
@@ -87,6 +90,7 @@ def __init__(
aws_conn_id: str = "aws_default",
region: str | None = None,
workgroup_name: str | None = None,
+ deferrable: bool = conf.getboolean("operators", "default_deferrable",
fallback=False),
Review Comment:
They are different things. When `wait_for_completion` is true, we'll wait in
worker. On the other hand, when `deferrable=True`, the checking behavior
happens in triggerer
--
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]