You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jo...@apache.org on 2022/07/22 13:56:55 UTC

[airflow] branch main updated (d561e5d035 -> d66e427c4d)

This is an automated email from the ASF dual-hosted git repository.

joshfell pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from d561e5d035 Fix order of returned rows in a flaky test_outlets_dataset test (#25231)
     add d66e427c4d Sagemaker System Tests - Part 3 of 3 - example_sagemaker_endpoint.py (AIP-47) (#25134)

No new revisions were added by this update.

Summary of changes:
 .../aws/example_dags/example_sagemaker_endpoint.py | 230 ----------------
 .../operators/sagemaker.rst                        |   6 +-
 .../amazon/aws/example_sagemaker_endpoint.py       | 290 +++++++++++++++++++++
 3 files changed, 293 insertions(+), 233 deletions(-)
 delete mode 100644 airflow/providers/amazon/aws/example_dags/example_sagemaker_endpoint.py
 create mode 100644 tests/system/providers/amazon/aws/example_sagemaker_endpoint.py