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 626b7edcbe Respect `soft_fail` parameter in
`StepFunctionExecutionSensor` (#34560)
add 4c0459d73a Respect `soft_fail` parameter in `GlueJobSensor`,
`GlueCatalogPartitionSensor` and `GlueCrawlerSensor` (#34559)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/sensors/glue.py | 5 ++++-
.../amazon/aws/sensors/glue_catalog_partition.py | 8 +++++--
.../providers/amazon/aws/sensors/glue_crawler.py | 8 +++++--
tests/providers/amazon/aws/sensors/test_glue.py | 25 +++++++++++++++++++++-
.../aws/sensors/test_glue_catalog_partition.py | 13 ++++++++++-
.../amazon/aws/sensors/test_glue_crawler.py | 15 +++++++++++++
6 files changed, 67 insertions(+), 7 deletions(-)