From 3177491a34da1a87e708e8982887be74df056e21 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:19:56 +0000 Subject: [PATCH] Updated chess production --- docs/website/docs/examples/chess_production/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/website/docs/examples/chess_production/index.md b/docs/website/docs/examples/chess_production/index.md index d0f87df7d2..3b449be0d0 100644 --- a/docs/website/docs/examples/chess_production/index.md +++ b/docs/website/docs/examples/chess_production/index.md @@ -177,6 +177,13 @@ def load_data_with_retry(pipeline, data): ``` +:::warning +To run this example you need to provide Slack incoming hook in `.dlt/secrets.toml` : +[runtime] +slack_incoming_hook="https://hooks.slack.com/services/***" +Read [Using Slack to send messages.](https://dlthub.com/docs/running-in-production/running#using-slack-to-send-messages) +::: + ### Run the pipeline