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 2021/11/04 06:49:36 UTC

[airflow] branch main updated (eb12bb2 -> 96dd703)

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 eb12bb2  Task should fail immediately when pod is unprocessable (#19359)
     add 96dd703   fix SagemakerProcessingOperator ThrottlingException (#19195)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/sagemaker.py      | 10 ++++++++++
 .../amazon/aws/operators/sagemaker_processing.py     | 16 ++++------------
 tests/providers/amazon/aws/hooks/test_sagemaker.py   | 20 ++++++++++++++++++++
 .../aws/operators/test_sagemaker_processing.py       | 10 ++++++----
 4 files changed, 40 insertions(+), 16 deletions(-)