This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 27a84637b3 Don't emit FutureWarning when code not calling old key
(#28109)
add 0da004838f Allow waiter to be configured via EmrServerless Operators
(#27784)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/emr.py | 44 ++++---
airflow/providers/amazon/aws/operators/emr.py | 55 ++++++--
airflow/providers/amazon/aws/utils/waiter.py | 78 ++++++++++++
.../amazon/aws/hooks/test_emr_serverless.py | 100 ---------------
.../amazon/aws/operators/test_emr_serverless.py | 21 ++--
tests/providers/amazon/aws/utils/test_waiter.py | 140 +++++++++++++++++++++
6 files changed, 302 insertions(+), 136 deletions(-)
create mode 100644 airflow/providers/amazon/aws/utils/waiter.py
create mode 100644 tests/providers/amazon/aws/utils/test_waiter.py