From 7024088e818bd9c71788f0764385ecaaa60e3572 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:49:35 +0000 Subject: [PATCH] Updated with production example --- docs/website/docs/running-in-production/alerting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/website/docs/running-in-production/alerting.md b/docs/website/docs/running-in-production/alerting.md index da78a2237b..ed62acdbb8 100644 --- a/docs/website/docs/running-in-production/alerting.md +++ b/docs/website/docs/running-in-production/alerting.md @@ -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). \ No newline at end of file +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/). \ No newline at end of file