Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formatter for manifest.json containing scores #29

Merged
merged 3 commits into from
May 27, 2024

Conversation

matthieucan
Copy link
Contributor

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

Copy link
Contributor

@jochemvandooren jochemvandooren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have just a tiny comment but other than that it works very well and looks good 🚀

src/dbt_score/cli.py Outdated Show resolved Hide resolved
Co-authored-by: Jochem van Dooren <[email protected]>
Copy link
Contributor

@jochemvandooren jochemvandooren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@matthieucan matthieucan merged commit d42ae1e into master May 27, 2024
2 checks passed
@matthieucan matthieucan deleted the matthieucan/manifest-formatter branch May 27, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants