Closed EzuA closed 1 year ago
@EzuA Thanks for opening this issue - we definitely want to add the ability to configure countdown
, hopefully will get to it soon!
Is the plan to sync the changes from the now merged upstream PR https://github.com/apache/airflow/pull/27784 into this repo?
My company is using MWAA and unfortunately won't be able to pull in the next release of apache-airflow-providers-amazon
because >= 6.1
requires Airflow 2.3.
@liamoneill Yes, that's the plan - I've got an update in progress, just need to push it up soon and cut a new release. :)
Thanks for the feedback re: the 6.1 provider release. I wasn't sure if I would need to continue to maintain this as an independent plugin, but looks like I may need to.
PR is open here, will look to validate and merge next week. :) https://github.com/aws-samples/emr-serverless-samples/pull/42
Hello, I am trying to increase the default parameter
countdown
in theEmrServerlessStartJobOperator
but I cannot do that because thewaiter
is not receiving it: