You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2021/12/20 16:19:14 UTC

[airflow] branch main updated (921db4c -> 4dd751d)

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 921db4c  Log filename template records (#20165)
     add 4dd751d  Standardize AWS Athena naming (#20305)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_athena.py      |  8 +--
 airflow/providers/amazon/aws/hooks/athena.py       | 18 +++++-
 airflow/providers/amazon/aws/operators/athena.py   | 33 ++++++++---
 airflow/providers/amazon/aws/sensors/athena.py     |  8 +--
 .../operators/athena.rst                           |  4 +-
 tests/providers/amazon/aws/hooks/test_athena.py    | 28 ++++-----
 .../providers/amazon/aws/operators/test_athena.py  | 68 +++++++++++-----------
 tests/providers/amazon/aws/sensors/test_athena.py  | 22 +++----
 8 files changed, 111 insertions(+), 78 deletions(-)