Skip to content

Commit

Permalink
Format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsumrall committed Jun 11, 2024
1 parent 42214dc commit 434f56b
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,33 @@

`dbt-score` is a linter for dbt model metadata.

[dbt][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
[dbt][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 an
easy and scalable manner.
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 an easy and scalable manner.

## Documentation

Everything you need (and more) can be found in
[`dbt-score` documentation website][dbt-score].
Everything you need (and more) can be found in [`dbt-score` documentation
website][dbt-score].

## Contributing

Would you like to contribute to `dbt-score`? That's great news! Please follow
[the guide on the documentation website][contributors-guide].
🚀
[the guide on the documentation website][contributors-guide]. 🚀

[dbt]: https://github.com/dbt-labs/dbt-core

[dbt-score]: https://dbt-score.picnic.tech/

[contributors-guide]: https://dbt-score.picnic.tech/contributors_guide

0 comments on commit 434f56b

Please sign in to comment.