File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
docs/data-tests/anomaly-detection-configuration Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ sidebarTitle: "All configuration params"
6060
6161<CodeGroup >
6262
63- ``` yml properties.yml
63+ ``` yml Models
6464version : 2
6565
6666models :
@@ -75,7 +75,7 @@ models:
7575 tests : <here you will add elementary monitors as tests>
7676` ` `
7777
78- ` ` ` yml Example
78+ ` ` ` yml Models example
7979version : 2
8080
8181models :
@@ -96,7 +96,9 @@ models:
9696 tags : ["elementary"]
9797` ` `
9898
99- ` ` ` yml sources_properties.yml
99+ ` ` ` yml Sources
100+ version : 2
101+
100102sources :
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+
114118sources :
115119 - name : " my_non_dbt_table"
116120 database : " raw_events"
You can’t perform that action at this time.
0 commit comments