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/12/13 13:31:37 UTC

[airflow] branch main updated (6174198 -> 89a66ae)

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

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


    from 6174198  Fix MyPy Errors for Tableau provider (#20240)
     add 89a66ae  Support insecure mode in SnowflakeHook (#20106)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/snowflake/hooks/snowflake.py     | 41 ++++++++-
 .../connections/snowflake.rst                      |  3 +
 tests/providers/snowflake/hooks/test_snowflake.py  | 98 +++++++++++++++++++++-
 3 files changed, 137 insertions(+), 5 deletions(-)