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 c8b43552dc Adding asgiref requirement to the Kafka docs (#30836)
add ecaffd5892 Add a "force" option to emr serverless stop/delete operator
(#30757)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/emr.py | 40 ++++++++++++++++++---
airflow/providers/amazon/aws/operators/emr.py | 22 ++++++++++++
.../amazon/aws/waiters/emr-serverless.json | 18 ++++++++++
.../amazon/aws/hooks/test_emr_serverless.py | 41 ++++++++++++++++++++++
.../amazon/aws/operators/test_emr_serverless.py | 15 +++++++-
.../providers/amazon/aws/example_emr_serverless.py | 5 ++-
6 files changed, 134 insertions(+), 7 deletions(-)
create mode 100644 airflow/providers/amazon/aws/waiters/emr-serverless.json