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 2021/04/30 15:51:43 UTC

[airflow] branch master updated (5e79b1e -> c6be8b1)

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

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


    from 5e79b1e  Use latest version of `git-sync` image (#15606)
     add c6be8b1  Expose snowflake query_id in snowflake hook and operator, support multiple statements in sql string (#15533)

No new revisions were added by this update.

Summary of changes:
 .../snowflake/example_dags/example_snowflake.py    |  9 ++++
 airflow/providers/snowflake/hooks/snowflake.py     | 53 +++++++++++++++++++++-
 airflow/providers/snowflake/operators/snowflake.py |  2 +
 tests/providers/snowflake/hooks/test_snowflake.py  | 19 ++++++++
 4 files changed, 82 insertions(+), 1 deletion(-)