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/03 16:09:09 UTC

[airflow] branch main updated (c60bb9edc0 -> c2f10a4ee9)

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 c60bb9edc0 Migrate Postgres example DAGs to new design #22458 (#24148)
     add c2f10a4ee9 Migrate Snowflake system tests to new design #22434 (#24151)

No new revisions were added by this update.

Summary of changes:
 .../providers/snowflake/example_dags/__init__.py   |  16 --
 docs/apache-airflow-providers-snowflake/index.rst  |   2 +-
 .../operators/s3_to_snowflake.rst                  |   2 +-
 .../operators/snowflake.rst                        |   2 +-
 .../operators/snowflake_to_slack.rst               |   2 +-
 .../providers/snowflake}/example_snowflake.py      | 161 +++++++++++----------
 6 files changed, 86 insertions(+), 99 deletions(-)
 delete mode 100644 airflow/providers/snowflake/example_dags/__init__.py
 rename {airflow/providers/snowflake/example_dags => tests/system/providers/snowflake}/example_snowflake.py (50%)