Onkar Ravgan 14fa96958f
Added dbt workflow docs (#9493)
* Added dbt workflow docs

* added dbt small case

* Fixed review comments
2022-12-22 13:11:18 +00:00

2.3 KiB

title slug
dbt Workflow /connectors/ingestion/workflows/dbt

dbt Workflow

Configure the dbt Workflow from the UI. Configure the dbt Workflow from the CLI.

dbt Integration

OpenMetadata integrates below metadata from dbt

1. dbt Queries

Queries used to create the dbt models can be viewed in the dbt tab

dbt-query

2. dbt Lineage

Lineage from dbt models can be viewed in the Lineage tab

dbt-lineage

3. dbt Tags

Table and column level tags can be imported from dbt

Please refer here for adding dbt tags

dbt-tags

4. dbt Owner

Owner from dbt models can be imported and assigned to respective tables

Please refer here for adding dbt owner

dbt-owner

5. dbt Descriptions

Descriptions from dbt models can be imported and assigned to respective tables and columns.

By default descriptions from manifest.json will be imported. Descriptions from catalog.json will only be updated if catalog file is passed.

dbt-descriptions

6. dbt Tests and Test Results

Tests from dbt will only be imported if the run_results.json file is passed.

dbt-tests