You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/02/27 12:27:06 UTC

[airflow] branch main updated (3e4fab4 -> cb24ee9)

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 3e4fab4  Fix handling cached parameters for Breeze2 (#21849)
     add cb24ee9  Add SageMakerDeleteModelOperator (#21673)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_sagemaker.py   | 177 +++++++++++++++++++++
 airflow/providers/amazon/aws/hooks/sagemaker.py    |  11 ++
 .../providers/amazon/aws/operators/sagemaker.py    |  22 +++
 airflow/providers/amazon/provider.yaml             |   2 +
 .../operators/sagemaker.rst                        |  66 ++++++++
 tests/providers/amazon/aws/hooks/test_sagemaker.py |  22 ++-
 .../amazon/aws/operators/test_sagemaker_model.py   |  20 ++-
 7 files changed, 316 insertions(+), 4 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/example_dags/example_sagemaker.py
 create mode 100644 docs/apache-airflow-providers-amazon/operators/sagemaker.rst