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 96c6bb0 Fixing MyPy issues inside airflow/serialization (#20306)
add 1baa648 Standardize AWS Glue naming (#20372)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/glue.py | 19 +++++++++++-
airflow/providers/amazon/aws/hooks/glue_catalog.py | 23 ++++++++++++--
airflow/providers/amazon/aws/hooks/glue_crawler.py | 19 +++++++++++-
airflow/providers/amazon/aws/operators/glue.py | 23 ++++++++++++--
.../providers/amazon/aws/operators/glue_crawler.py | 27 +++++++++++++---
airflow/providers/amazon/aws/sensors/glue.py | 23 ++++++++++++--
.../amazon/aws/sensors/glue_catalog_partition.py | 29 +++++++++++++----
.../providers/amazon/aws/sensors/glue_crawler.py | 29 +++++++++++++----
tests/providers/amazon/aws/hooks/test_glue.py | 30 +++++++++---------
.../amazon/aws/hooks/test_glue_catalog.py | 28 ++++++++---------
.../amazon/aws/hooks/test_glue_crawler.py | 26 ++++++++--------
tests/providers/amazon/aws/operators/test_glue.py | 28 ++++++++---------
.../amazon/aws/operators/test_glue_crawler.py | 10 +++---
tests/providers/amazon/aws/sensors/test_glue.py | 22 ++++++-------
.../aws/sensors/test_glue_catalog_partition.py | 36 +++++++++++-----------
.../amazon/aws/sensors/test_glue_crawler.py | 20 ++++++------
16 files changed, 264 insertions(+), 128 deletions(-)