Elementary Data
Getting started
1. Install Elementary dbt™️ package
2. Add elementary to packages.yml
packages.ymlpackages:
- package: elementary-data/elementary
version: 0.15.0
# check latest package version on https://hub.getdbt.com/elementary-data/elementary/latest/3. Configure Elementary Profile in your dbt_project.yml
dbt_project.yml3.1 - Add the following code to you dbt_project.yml:
dbt_project.yml:3.2 - Add this flag to your dbt_project.yml:
dbt_project.yml:4. Build Initial Elementary Models
5. Generate Elementary Tests
6. (Optional) Configure Slack / Teams notifications

7. (Optional) Run Elementary in Production
Last updated
Was this helpful?