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 212a37fbec Deferrable mode for EksCreateFargateProfileOperator and
EksDeleteFargateProfileOperator (#31657)
add 67204565b8 Add Deferrable option to EmrCreateJobFlowOperator (#31641)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/operators/emr.py | 35 +++-
airflow/providers/amazon/aws/triggers/emr.py | 76 ++++++++
airflow/providers/amazon/aws/waiters/emr.json | 6 +-
.../operators/emr/emr.rst | 4 +
.../aws/operators/test_emr_create_job_flow.py | 28 +++
tests/providers/amazon/aws/triggers/test_emr.py | 200 +++++++++++++++++++++
6 files changed, 340 insertions(+), 9 deletions(-)
create mode 100644 tests/providers/amazon/aws/triggers/test_emr.py