-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
user docs[docs.getdbt.com] Needs better documentation[docs.getdbt.com] Needs better documentation
Milestone
Description
Housekeeping
- I am a maintainer of dbt-core
Short description
tags
and meta
are all being deprecated as properties and moved under config:
models:
- name: <model_name>
config:
tags: ...
meta: ...
we should do the same thing for tags
and meta
under columns:
property with actual inheritance
Acceptance criteria
1. I can define tags
and meta
under new config:
property under columns:
models:
- name: <model_name>
columns:
- name: <column_name>
config:
tags: ...
meta: ...
2. project -> model -> column inheritance should work the same way it does for tags
and meta
in other places
from our docs:
- deprecation warning for
tags
andmeta
undercolumns:
as properties
Metadata
Metadata
Assignees
Labels
user docs[docs.getdbt.com] Needs better documentation[docs.getdbt.com] Needs better documentation