Skip to content

Commit

Permalink
Updated with production example
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Mar 5, 2024
1 parent 069387a commit 7024088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/website/docs/running-in-production/alerting.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ for package in info.load_packages:
)
```

Similarly, Slack notifications can be extended to include information on pipeline execution times, loading durations, schema modifications, and more. For comprehensive details on configuring and sending messages to Slack, please read [here](./running#using-slack-to-send-messages).
Similarly, Slack notifications can be extended to include information on pipeline execution times, loading durations, schema modifications, and more. For comprehensive details on configuring and sending messages to Slack, please read [here](./running#using-slack-to-send-messages).

For a practical application of this method in a production pipeline, please see the [example](../../docs/examples/chess_production/).

0 comments on commit 7024088

Please sign in to comment.