Slack Notifications
Datablast can send notifications to your Slack channel. You need to provide a Slack webhook URL and use the given connection ID in your pipeline.yml file.
Configuration Example
Section titled “Configuration Example”notifications: slack: - name: data-team connection: "slack-data-team" success: ":tada: Pipeline has finished successfully!" failure: ":red_circle: Pipeline has failed!"How to get a Slack Webhook
Section titled “How to get a Slack Webhook”- Go to your Slack workspace and navigate to the channel where you want to receive notifications
- Click on the channel name and select “Add apps” or “Browse apps”
- Search for “Incoming Webhooks” and add it to your channel
- Click “Add Incoming Webhooks integration”
- Copy the webhook URL provided
- Use this URL as your connection ID in the Datablast platform