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 b8aab5cf63 Use base aws classes in AWS Glue Crawlers
Operators/Sensors/Triggers (#40504)
add 015ac89689 Use base aws classes in AWS Glue Data Catalog Sensors
(#40492)
No new revisions were added by this update.
Summary of changes:
.../amazon/aws/sensors/glue_catalog_partition.py | 42 +++++++++++++---------
airflow/providers/amazon/aws/triggers/glue.py | 18 ++++++++--
.../operators/glue.rst | 14 ++++++++
tests/always/test_project_structure.py | 2 --
.../aws/sensors/test_glue_catalog_partition.py | 25 +++++++++++++
tests/providers/amazon/aws/triggers/test_glue.py | 22 ++++++++++++
tests/system/providers/amazon/aws/example_glue.py | 15 ++++++--
7 files changed, 113 insertions(+), 25 deletions(-)