eladkal commented on code in PR #27820:
URL: https://github.com/apache/airflow/pull/27820#discussion_r1029572546
##########
airflow/providers/amazon/aws/operators/redshift_cluster.py:
##########
@@ -498,22 +502,38 @@ def __init__(
wait_for_completion: bool = True,
aws_conn_id: str = "aws_default",
poll_interval: float = 30.0,
+ retry: bool = False,
+ retry_attempts: int = 10,
Review Comment:
Unless I'm missing something the goal of these parameters from user
perspective is to retry without counting this as Airflow retries so I do find
this to be the same case (regardless of the reason that this functionality was
needed to begin with)
WDYT?
--
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]