Available Modules
Modules are Python callables available from this provider package.
Types:
OperatorsHooksTransfersThis operator allows you to post messages to Slack using Incoming Webhooks.
Posts messages to a slack channel Examples:
Creates a Slack API Connection to be used for calls.
This class provide a thin wrapper around the slack_sdk.WebhookClient. This hook allows you to post messages to Slack by using Incoming Webhooks.
Base Slack Operator The SlackAPIPostOperator is derived from this operator. In the future additional Slack API Operators will be derived from this cla…
Send a file to a slack channels Examples:
Executes an SQL statement in a given SQL connection and sends the results to Slack. The results of the query are rendered into the ‘slack_message’ par…
Executes an SQL statement in a given SQL connection and sends the results to Slack API as file.
Operator implements base sql methods for SQL to Slack Transfer operators.