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 a041a2a3671 Enable Serde for Pydantic BaseModel and Subclasses (#51059)
add f641ef38e4a Use base AWS classes in Glue Trigger / Sensor and
implement custom waiter (#52243)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/providers/amazon/aws/hooks/glue.py | 1 -
.../airflow/providers/amazon/aws/operators/glue.py | 19 ++++--
.../airflow/providers/amazon/aws/sensors/glue.py | 68 ++++++++++++++++++----
.../airflow/providers/amazon/aws/triggers/glue.py | 61 +++++++++++--------
.../airflow/providers/amazon/aws/waiters/glue.json | 55 +++++++++++++++++
.../tests/unit/amazon/aws/sensors/test_glue.py | 65 ++++++++++++++++++++-
.../tests/unit/amazon/aws/triggers/test_glue.py | 56 ++++++++++--------
.../tests/unit/amazon/aws/waiters/test_glue.py | 45 +++++++++++++-
8 files changed, 304 insertions(+), 66 deletions(-)