From 117497ef191e7b26f9bc9e698ece0f71a7613372 Mon Sep 17 00:00:00 2001 From: Vishal Kella Date: Wed, 15 Mar 2023 10:56:43 -0400 Subject: [PATCH] Fixing incorrect group_by flag documentation for slack --- docs/quickstart/send-slack-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/send-slack-alerts.mdx b/docs/quickstart/send-slack-alerts.mdx index f06abd76d..66e4f77a5 100644 --- a/docs/quickstart/send-slack-alerts.mdx +++ b/docs/quickstart/send-slack-alerts.mdx @@ -432,7 +432,7 @@ Elementary also supports grouping alerts by table. In this case, a single Slack To group alerts by table: ```shell -edr monitor --group_by table +edr monitor --group-by table ``` Grouping can also be configured through the yml files. To set it up globaly for your project, add the configuration to your models in the dbt_project.yml file: