Skip to content

Commit

Permalink
Updated chess production
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Mar 5, 2024
1 parent 6088d90 commit 3177491
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/website/docs/examples/chess_production/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ def load_data_with_retry(pipeline, data):
```
<!--@@@DLT_SNIPPET_END ./code/chess-snippets.py::markdown_retry_cm-->

:::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

<!--@@@DLT_SNIPPET_START ./code/chess-snippets.py::markdown_pipeline-->
Expand Down

0 comments on commit 3177491

Please sign in to comment.