This is an automated email from the ASF dual-hosted git repository.
onikolas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9745032fa7 including airflow/example_dags/sql/sample.sql in
MANIFEST.in (#29883)
add faf792f634 Implement custom boto waiters for some EMR operators
(#29822)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/operators/emr.py | 173 +++++++++++++++------
airflow/providers/amazon/aws/utils/waiter.py | 4 +
airflow/providers/amazon/aws/waiters/emr.json | 80 ++++++++++
tests/providers/amazon/aws/hooks/test_emr.py | 7 +
tests/providers/amazon/aws/operators/test_eks.py | 12 +-
.../aws/operators/test_emr_create_job_flow.py | 24 ++-
.../aws/operators/test_emr_notebook_execution.py | 117 ++++++++------
tests/providers/amazon/aws/utils/test_waiter.py | 11 ++
8 files changed, 315 insertions(+), 113 deletions(-)
create mode 100644 airflow/providers/amazon/aws/waiters/emr.json