This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 9876e19 Un-ignore DeprecationWarning (#20322)
add 1ce71f8 move emr_container hook (#20375)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/emr.py | 186 +++++++++++++++++++
.../providers/amazon/aws/hooks/emr_containers.py | 201 ++-------------------
airflow/providers/amazon/aws/operators/emr.py | 12 +-
airflow/providers/amazon/aws/sensors/emr.py | 9 +-
dev/provider_packages/prepare_provider_packages.py | 1 +
.../operators/emr.rst | 2 +
tests/deprecated_classes.py | 4 +
.../amazon/aws/hooks/test_emr_containers.py | 6 +-
.../amazon/aws/operators/test_emr_containers.py | 18 +-
.../amazon/aws/sensors/test_emr_containers.py | 16 +-
10 files changed, 242 insertions(+), 213 deletions(-)