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/08/26 20:34:13 UTC

[airflow] branch main updated (25a9c6a905 -> 626a54904a)

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 25a9c6a905 DatabricksSubmitRunOperator dbt task support (#25623)
     add 626a54904a Convert Quicksight Sample DAG to System Test (#25696)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_quicksight.py  |  56 -----
 .../providers/amazon/aws/operators/quicksight.py   |   2 +-
 airflow/providers/amazon/aws/sensors/quicksight.py |   4 +-
 .../operators/quicksight.rst                       |  14 +-
 .../providers/amazon/aws/example_quicksight.py     | 226 +++++++++++++++++++++
 5 files changed, 237 insertions(+), 65 deletions(-)
 delete mode 100644 airflow/providers/amazon/aws/example_dags/example_quicksight.py
 create mode 100644 tests/system/providers/amazon/aws/example_quicksight.py