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

Update README dbt url #46

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Update README dbt url #46

merged 3 commits into from
Jun 11, 2024

Conversation

maxsumrall
Copy link
Member

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

CI
PyPI version
PyPI license
Docs
PyPI - Python Version
PRs Welcome

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
wheredbt-score plays its role: by allowing data teams to programmatically define and enforce metadata rules, in an
easy 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 follow
the guide on the documentation website.
🚀

Copy link
Contributor

@matthieucan matthieucan left a comment

Choose a reason for hiding this comment

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

Thanks! 🚀

@matthieucan matthieucan merged commit fd58a81 into master Jun 11, 2024
2 checks passed
@matthieucan matthieucan deleted the maxsumrall/update-readme-url branch June 11, 2024 16:12
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