This is an automated email from the ASF dual-hosted git repository.
feluelle pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 2e0d91d Set pytest version to be < 6.0.0 due to breaking changes
(#10043)
add 1508c43 Adding new SageMaker operator for ProcessingJobs (#9594)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/sagemaker.py | 63 +++++++-
...gemaker_training.py => sagemaker_processing.py} | 91 +++++------
docs/operators-and-hooks-ref.rst | 3 +-
.../aws/operators/test_sagemaker_processing.py | 167 +++++++++++++++++++++
4 files changed, 278 insertions(+), 46 deletions(-)
copy airflow/providers/amazon/aws/operators/{sagemaker_training.py =>
sagemaker_processing.py} (59%)
create mode 100644
tests/providers/amazon/aws/operators/test_sagemaker_processing.py