-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 custom waiters to EMR Serverless #30463
Add custom waiters to EMR Serverless #30463
Conversation
57fae95
to
af2a833
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's go
btw, this is going to conflict with #30720 but happy to let you go first
As soon as the docs are building with no errors :) |
944d724
to
c0e3180
Compare
c0e3180
to
97ddbac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving even though I still think using tenacity
would be "better", it is just a nit
Update unit tests
Remove Delay from WaiterConfig
97ddbac
to
3f3bd4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Move waiter logic to utils folder --------- Co-authored-by: Raphaël Vandon <[email protected]>
This PR replaces the manual waiter with the custom boto waiters. It also adds extra features to the
EmrServerlessStartJobOperator
:By removing the waiters, the unit tests needed to be updated, and in some cases modified.
^ 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.