You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/02 11:59:47 UTC

[airflow] branch main updated (382c636193 -> 719c2d4d9f)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 382c636193 Add note about Docker volume remount issues in WSL 2 (#24094)
     add 719c2d4d9f Convert Athena Sample DAG to System Test (#24058)

No new revisions were added by this update.

Summary of changes:
 .../example-dags.rst                               |  12 +-
 docs/apache-airflow-providers-amazon/index.rst     |   2 +-
 .../operators/athena.rst                           |   4 +-
 .../providers/amazon/aws/system}/__init__.py       |   0
 .../providers/amazon/aws/system/utils}/__init__.py |   0
 .../amazon/aws/system/utils/test_helpers.py        | 144 +++++++++++++++++
 tests/system/providers/amazon/README.md            |  77 +++++++++
 .../system/providers/amazon/aws/example_athena.py  | 173 +++++++++++++++++++++
 .../system/providers/amazon/aws/utils/__init__.py  | 137 ++++++++++++++++
 9 files changed, 539 insertions(+), 10 deletions(-)
 copy airflow/providers/arangodb/CHANGELOG.rst => docs/apache-airflow-providers-amazon/example-dags.rst (77%)
 copy {airflow/api_connexion => tests/providers/amazon/aws/system}/__init__.py (100%)
 copy {airflow/api_connexion => tests/providers/amazon/aws/system/utils}/__init__.py (100%)
 create mode 100644 tests/providers/amazon/aws/system/utils/test_helpers.py
 create mode 100644 tests/system/providers/amazon/README.md
 create mode 100644 tests/system/providers/amazon/aws/example_athena.py
 create mode 100644 tests/system/providers/amazon/aws/utils/__init__.py