Skip to content

Generate DBML

1. Produce your manifest json

In your dbt project (I am using dbt-resto/integration_tests for demo purpose), try to build the docs:

2. Generate DBML

Copy manifest.json and catalog.json into a specific folder OR do nothing and let's assume we're using dbt/target directory, and run

Sample Usage

dbterd run -ad "/path/to/dbt/target" -o "/path/to/output"

File ./target/output.dbml will be generated as the result

3. Build database docs site (Optional)

Assuming you're already familiar with dbdocs

Sample Usage

dbdocs build "/path/to/output/output.dbml"

The site will be looks like:

screencapture-dbdocs-io-datnguye-poc-2022-12-18-22_02_28.png

Result after applied Model Selection: screencapture-dbdocs-io-datnguye-poc-2023-02-25-10_29_32.png