Skip to content

Commit cd3d3c2

Browse files
committed
Fixed Example configurations in the 'Anomaly Tests Params' docs. #1858
1 parent 97cc3e9 commit cd3d3c2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sidebarTitle: "All configuration params"
6060

6161
<CodeGroup>
6262

63-
```yml properties.yml
63+
```yml Models
6464
version: 2
6565

6666
models:
@@ -75,7 +75,7 @@ models:
7575
tests: <here you will add elementary monitors as tests>
7676
```
7777
78-
```yml Example
78+
```yml Models example
7979
version: 2
8080

8181
models:
@@ -96,7 +96,9 @@ models:
9696
tags: ["elementary"]
9797
```
9898
99-
```yml sources_properties.yml
99+
```yml Sources
100+
version: 2
101+
100102
sources:
101103
- name: < some name >
102104
database: < database >
@@ -110,7 +112,9 @@ sources:
110112
tests: <here you will add elementary monitors as tests>
111113
```
112114
113-
```yml Example
115+
```yml Sources example
116+
version: 2
117+
114118
sources:
115119
- name: "my_non_dbt_table"
116120
database: "raw_events"

0 commit comments

Comments
 (0)