You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2020/06/03 15:30:53 UTC

[airflow] branch master updated (2b45d8f -> 1c9374d)

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

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


    from 2b45d8f  Move TestDagFileProcessorQueriesCount to quarantine (#9119)
     add 1c9374d  Add snowflake to slack operator (#9023)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   1 +
 airflow/providers/dependencies.json                |   3 +
 .../snowflake/example_dags/example_snowflake.py    |  32 +++--
 .../snowflake/operators/snowflake_to_slack.py      | 152 +++++++++++++++++++++
 docs/operators-and-hooks-ref.rst                   |   3 +-
 .../snowflake/operators/test_snowflake_to_slack.py |  80 +++++++++++
 6 files changed, 259 insertions(+), 12 deletions(-)
 create mode 100644 airflow/providers/snowflake/operators/snowflake_to_slack.py
 create mode 100644 tests/providers/snowflake/operators/test_snowflake_to_slack.py