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 b263dbcb0f Adding an example dag for dynamic task mapping (#28325)
add 29f574301a Add EMR Notebook operators (#28312)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/operators/emr.py | 165 ++++++++++++
airflow/providers/amazon/aws/sensors/emr.py | 74 +++++-
.../operators/emr.rst | 42 +++
.../aws/operators/test_emr_notebook_execution.py | 290 +++++++++++++++++++++
.../aws/sensors/test_emr_notebook_execution.py | 76 ++++++
.../amazon/aws/example_emr_notebook_execution.py | 123 +++++++++
6 files changed, 763 insertions(+), 7 deletions(-)
create mode 100644
tests/providers/amazon/aws/operators/test_emr_notebook_execution.py
create mode 100644
tests/providers/amazon/aws/sensors/test_emr_notebook_execution.py
create mode 100644
tests/system/providers/amazon/aws/example_emr_notebook_execution.py