BaseSqlToSlackOperator

Slack

Operator implements base sql methods for SQL to Slack Transfer operators.

View on GitHub

Last Updated: Nov. 16, 2022

Access Instructions

Install the Slack provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

sqlRequiredThe SQL query to be executed
sql_conn_idRequiredreference to a specific DB-API Connection.
sql_hook_paramsExtra config params to be passed to the underlying hook. Should match the desired hook constructor params.
parametersThe parameters to pass to the SQL query.

Documentation

Operator implements base sql methods for SQL to Slack Transfer operators.

Was this page helpful?