Data tests are useful for validating and enforcing explicit expectations on your data.
Elementary enables data validation and result tracking by leveraging dbt tests and dbt packages such as dbt-utils, dbt-expectations, and Elementary.
This rich ecosystem of tests covers various use cases, and is widely adopted as a standard for data validations.
Any custom dbt generic or singular test you develop will also be included.
Additionally, users can create custom SQL tests in Elementary.
🚧 Under construction 🚧