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:
Result after applied Model Selection: