Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Links now to the dbt-core open-source project: https://github.com/dbt-labs/dbt-core , instead of linking to getdbt.com
Copy of README.md for review:
dbt-score
What is
dbt-score
?dbt-score
is a linter for dbt model metadata.dbt (Data Build Tool) is a great framework for creating, building, organizing, testing and documenting data
models, i.e. data sets living in a database or a data warehouse. Through a declarative approach, it allows data
practitioners to build data with a methodology inspired by software development practices.
This leads to data models being bundled with a lot of metadata, such as documentation, data tests, access control
information, column types and constraints, 3rd party integrations... Not to mention any other metadata that
organizations need, fully supported through the
meta
parameter.At scale, with hundreds or thousands of data models, all this metadata can become confusing, disparate, and
inconsistent. It's hard to enforce good practices and maintain them in continuous integration systems. This is
where
dbt-score
plays its role: by allowing data teams to programmatically define and enforce metadata rules, in aneasy and scalable manner.
Documentation
Everything you need (and more) can be found in
dbt-score
documentation website.Contributing
Would you like to contribute to
dbt-score
? That's great news! Please followthe guide on the documentation website.
🚀