-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for timeout to BatchOperator #45660
Add support for timeout to BatchOperator #45660
Conversation
Anything I'm missing blocking this from being merged? |
Just curious, have you tested it manually when |
I've changed it to only add |
I missed that! LGTM :) |
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Any idea when a new release of apache-airflow-providers-amazon will be made? Looking forward to using this. |
Usually releases are done every 2 weeks but @eladkal should be able to give you more details about the next wave. |
Will have to wait after Celery release. |
No worries, thanks! |
An execution timeout for the submit_job api call can now be passed through the operator to the boto3 call.
@eladkal Any chance of a release this week? Thanks. |
An execution timeout for the submit_job api call can now be passed through the operator to the boto3 call.
An execution timeout for the submit_job api call can now be passed through the operator to the boto3 call.
Redo of #45619 to avoid merge commit
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.