Ingest Tags from dbt
Ingest the table-level tags from manifest.json
and column-level tags from catalog.json
file
Follow the link here to add the tags to your dbt project.
Requirements
For dbt tags, if the tag is not already present it will be created under tag category DBTTags
in OpenMetadata
1. Table-Level Tags information in manifest.json file
Openmetadata fetches the table-level tags information from the manifest.json
file. Below is a sample manifest.json
file node containing tags information under node_name->tags
.
2. Column-Level Tags information in manifest.json file
Openmetadata fetches the column-level tags information from the manifest.json
file. Below is a sample manifest.json
file node containing tags information under node_name->columns->column_name->tags
.
3. Viewing the tags on tables and columns
Table and Column level tags ingested from dbt can be viewed on the node in OpenMetadata

dbt tags