From 6088d90ee2b6a46e71a0d279483a6259ee3d809f Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:09:27 +0000 Subject: [PATCH] updated --- docs/website/docs/running-in-production/alerting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/running-in-production/alerting.md b/docs/website/docs/running-in-production/alerting.md index ed62acdbb8..2eb787359d 100644 --- a/docs/website/docs/running-in-production/alerting.md +++ b/docs/website/docs/running-in-production/alerting.md @@ -66,7 +66,7 @@ for package in info.load_packages: ) ) ``` +Refer to this [example](../../docs/examples/chess_production/) for a practical application of the method in a production environment. 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