Skip to content

Commit 6cc0378

Browse files
authored
Merge pull request elementary-data#552 from elementary-data/prod
Prod
2 parents ddffdd1 + b11a77f commit 6cc0378

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/guides/data-anomaly-detection.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: "Data anomaly detection"
55
Elementary dbt package includes **data monitoring and anomaly detection as [dbt tests](https://docs.getdbt.com/docs/building-a-dbt-project/tests)**. The tests collect data quality metrics. On each execution, the latest metrics are compared to historical values to detect anomalies.
66
These tests are configured and executed like any other tests in your project.
77

8-
_Note: Anomaly detection is not yet supported on Databricks in dbt Cloud._
98

109

1110
## Tests and monitors types
@@ -77,4 +76,4 @@ You can use the model `anomaly_sensitivity` to see if values of metrics from you
7776
<img
7877
src="https://res.cloudinary.com/mintlify/image/upload/v1659304882/elementary/z-score_so2djq.png"
7978
alt="Z Score"
80-
/>
79+
/>

docs/quickstart/generate-report-ui.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is **required for the report to work.**
4141

4242
## Generate Tests Report UI
4343

44-
### Execute `edr monitor report` in your shell
44+
### Execute `edr monitor report` in your terminal
4545

4646
After installing and configuring the CLI, execute the command:
4747

docs/quickstart/send-slack-alerts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Also, you can add configuration for each test / model in your `.yml` files:
1919
- dbt Tags - add custom context to the alert
2020
- Description - add custom description to the alert
2121
- Alert fields - choose which fields to display in your alert
22-
- Suppression interval - set a cooldown period which alert won't sent
22+
- Suppression interval - set a cooldown period on which the alert won't be sent
2323

2424
<img
2525
src="https://res.cloudinary.com/mintlify/image/upload/v1659304885/elementary/slack-alert-format_rgcg1p.png"
@@ -76,7 +76,7 @@ To filter alerts by tag:
7676

7777
```shell
7878
edr monitor --select tag:critical
79-
edr monitor --select tag:finnance
79+
edr monitor --select tag:finance
8080
```
8181

8282
To filter alerts by owner:

0 commit comments

Comments
 (0)