models:
## see docs: https://docs.elementary-data.com/
elementary:
## elementary models will be created in the schema '<your_schema>_elementary'
+schema: "elementary"
## To disable elementary for dev, uncomment this:
# enabled: "{{ target.name in ['prod'] }}"
Required from dbt 1.8 and above for certain Elementary features (please see more details above)
In order to enable dbt test reporting via Elementary, we need to make two changes as described here
Add to
packages.yml
:Add to
dbt_project.yml
Required from dbt 1.8 and above for certain Elementary features (please see more details above)
flags: require_explicit_package_overrides_for_builtin_materializations: false