jscheffl commented on code in PR #67229:
URL: https://github.com/apache/airflow/pull/67229#discussion_r3293202352
##########
providers/amazon/src/airflow/providers/amazon/aws/triggers/eks.py:
##########
@@ -160,6 +161,7 @@ def __init__(
last_log_time=last_log_time,
logging_interval=logging_interval,
trigger_kwargs=trigger_kwargs,
+ execution_deadline=execution_deadline,
Review Comment:
But still thi sis not helping - unfortunately. Because users are able to
deploy AWS and CNCF-K8s package individually and cross-version. So upgrading
CNCF and keeping ols AWS package or the other way around. In one of the cases
where the user keeps one of the old versions, this interface change will break .
--
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]