diff --git a/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx b/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx index de27f216f..1df728a5f 100644 --- a/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx +++ b/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx @@ -60,7 +60,7 @@ sidebarTitle: "All configuration params" -```yml properties.yml +```yml Models version: 2 models: @@ -75,7 +75,7 @@ models: tests: ``` -```yml Example +```yml Models example version: 2 models: @@ -96,7 +96,9 @@ models: tags: ["elementary"] ``` -```yml sources_properties.yml +```yml Sources +version: 2 + sources: - name: < some name > database: < database > @@ -110,7 +112,9 @@ sources: tests: ``` -```yml Example +```yml Sources example +version: 2 + sources: - name: "my_non_dbt_table" database: "raw_events"