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 8891c69446 Fix wrong update for nested group default args (#31776)
add 3a7c9f277f Add Deferrable mode to Emr Add Steps operator (#30928)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/operators/emr.py | 31 +++-
airflow/providers/amazon/aws/triggers/emr.py | 99 ++++++++++++
airflow/providers/amazon/provider.yaml | 3 +
.../operators/emr/emr.rst | 4 +
.../amazon/aws/operators/test_emr_add_steps.py | 36 ++++-
.../amazon/aws/triggers/test_emr_trigger.py | 170 +++++++++++++++++++++
6 files changed, 340 insertions(+), 3 deletions(-)
create mode 100644 airflow/providers/amazon/aws/triggers/emr.py
create mode 100644 tests/providers/amazon/aws/triggers/test_emr_trigger.py