You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/09 23:44:50 UTC

[airflow] branch main updated (1945494 -> a897076)

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

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


    from 1945494  Adding ``TaskGroup`` support in ``BaseOperator.chain()`` (#17456)
     add a897076  Add Snowflake operators based on SQL Checks  (#17741)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/snowflake/operators/snowflake.py | 318 +++++++++++++++++++--
 .../snowflake/operators/test_snowflake.py          |  34 ++-
 2 files changed, 332 insertions(+), 20 deletions(-)