This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3603a64ac13 updated comment for template var callable serialization
(#60224)
add f6229365897 Add fail_on_nonzero_exit parameter to SSM operators for
exit code routing (#57753)
No new revisions were added by this update.
Summary of changes:
docs/spelling_wordlist.txt | 1 +
providers/amazon/docs/operators/ssm.rst | 32 ++-
.../src/airflow/providers/amazon/aws/hooks/ssm.py | 22 ++
.../airflow/providers/amazon/aws/operators/ssm.py | 56 +++--
.../airflow/providers/amazon/aws/sensors/ssm.py | 22 +-
.../airflow/providers/amazon/aws/triggers/ssm.py | 52 ++++-
.../amazon/tests/system/amazon/aws/example_ssm.py | 86 +++++++-
.../amazon/tests/unit/amazon/aws/hooks/test_ssm.py | 23 ++
.../tests/unit/amazon/aws/operators/test_ssm.py | 240 +++++++++++++++++++++
.../tests/unit/amazon/aws/sensors/test_ssm.py | 52 +++++
.../tests/unit/amazon/aws/triggers/test_ssm.py | 89 ++++++++
11 files changed, 644 insertions(+), 31 deletions(-)