Skip to content

Commit

Permalink
Merge branch 'current' into sr-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Astralidea authored Oct 23, 2023
2 parents 041ce33 + 8178b1d commit 805197d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/docs/reference/resource-configs/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,19 @@ select 1 as id
```

</File>

### Assign owner in the dbt_project.yml as a config property

<File name='models/my_model.sql'>

```yml
models:
jaffle_shop:
materialized: table
config:
meta:
owner: "@alice"
```
</File>

0 comments on commit 805197d

Please sign in to comment.