Skip to content

Commit 3e54e29

Browse files
haritamarmichrzan
authored andcommitted
chore: remove docs changes (moved to separate PR elementary-data#2134)
Docs for --slack-full-width are handled in a separate PR targeting the docs branch. Made-with: Cursor
1 parent 5ec85bb commit 3e54e29

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

docs/oss/deployment-and-configuration/slack.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,3 @@ The alert format is:
5353
```
5454

5555
---
56-
57-
## Full-width alerts
58-
59-
By default, Slack alerts use a narrower layout with some content in attachments. To use the full message width and show test results as a Markdown table in the main message body, pass the flag when running the monitor:
60-
61-
```shell
62-
edr monitor --slack-token <your_slack_token> --slack-channel-name <channel> --slack-full-width
63-
```
64-
65-
With `--slack-full-width`, alerts are sent using Slack Block Kit in the main message body instead of attachments, so the full channel width is used and test result samples appear as formatted Markdown tables.
66-
67-
---

docs/oss/guides/alerts/send-slack-alerts.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Make sure to run the following command after your dbt runs and tests:
2424
edr monitor --slack-token <your_slack_token> --slack-channel-name <slack_channel_to_post_at> --group-by [table | alert]
2525
```
2626

27-
Add `--slack-full-width` to use the full message width and show test results as Markdown tables. See [Slack setup - Full-width alerts](/oss/deployment-and-configuration/slack#full-width-alerts).
28-
2927
Or just `edr monitor` if you used `config.yml`. Please note that when you specify the --slack-channel-name, it's the
3028
default channel name to which all the alerts will be sent that are not attributed to any custom channel. Therefore,
3129
if you execute several `edr monitor` commands at the same time with different `slack-channel-name` arguments, they can

0 commit comments

Comments
 (0)