ferruzzi commented on code in PR #32683:
URL: https://github.com/apache/airflow/pull/32683#discussion_r1273879032
##########
airflow/providers/amazon/aws/operators/sagemaker.py:
##########
@@ -1073,32 +1105,68 @@ def __init__(
pipeline_exec_arn: str,
wait_for_completion: bool = False,
check_interval: int = CHECK_INTERVAL_SECOND,
+ waiter_max_attempts: int = 9999,
Review Comment:
For some future change, I wonder if some global constant MAX_ATTEMPTS may be
useful since you seem to like using 9999. Or maybe even a config entry to let
the users set a global default for that?
--
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]