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