connectors

No menu items for this category

Ingest Descriptions from dbt

Ingest the descriptions from dbt manifest.json or catalog.json file into OpenMetadata tables and columns.

To establish a unified and reliable system for descriptions, a single source of truth is necessary. It either is directly OpenMetadata, if individuals want to go there and keep updating, or if they prefer to keep it centralized in dbt, then we can always rely on that directly.

When the Update Descriptions toggle is enabled during the configuration of dbt ingestion, existing descriptions of tables and columns will be overwritten with the dbt descriptions.

If toggle is disabled during the configuration of dbt ingestion, dbt descriptions will only be updated for tables and columns in OpenMetadata that currently have no descriptions. Existing descriptions will remain unchanged and will not be overwritten with dbt descriptions.

update-dbt-descriptions

Update dbt Descriptions