PicnicSupermarket / dbt-score

Linter for dbt metadata
https://dbt-score.picnic.tech
MIT License
84 stars 7 forks source link

Add formatter for manifest.json containing scores #29

Closed matthieucan closed 4 months ago

matthieucan commented 4 months ago

Add a new formatter, able to generate a dbt manifest.json, with model scoring information added to each model in meta.score.

This is suitable to generate an augmented catalog:

dbt docs generate
dbt-score lint -f manifest > augmented_manifest.json
mv augmented_manifest.json target/manifest.json
dbt docs serve