BaseSqlToSlackOperator
SlackOperator implements base sql methods for SQL to Slack Transfer operators.
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.