Ingest Tags from dbt
Collate reads table-level and column-level tags from your dbt manifest.json file and applies them to the matching assets in Collate.
To add tags to your dbt project, see the dbt tags configuration reference.
Tip: If a tag doesn’t already exist in Collate, Collate creates it automatically under the DBTTags category.
Collate reads table-level tags from manifest.json under node_name → tags. Here’s an example of what that looks like:
Collate reads column-level tags from manifest.json under node_name → columns → column_name → tags. Here’s an example:
Step 3: Verify
After ingestion completes, you can view the tags directly on the table and column pages in Collate.
