Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sidebarTitle: "All configuration params"

<CodeGroup>

```yml properties.yml
```yml Models
version: 2

models:
Expand All @@ -75,7 +75,7 @@ models:
tests: <here you will add elementary monitors as tests>
```

```yml Example
```yml Models example
version: 2

models:
Expand All @@ -96,7 +96,9 @@ models:
tags: ["elementary"]
```

```yml sources_properties.yml
```yml Sources
version: 2

sources:
- name: < some name >
database: < database >
Expand All @@ -110,7 +112,9 @@ sources:
tests: <here you will add elementary monitors as tests>
```

```yml Example
```yml Sources example
version: 2

sources:
- name: "my_non_dbt_table"
database: "raw_events"
Expand Down
Loading