feat: expand testing

This commit is contained in:
Stijnvandenbroek
2026-03-04 22:18:30 +00:00
parent 0d2706a93e
commit 0b9b408714
22 changed files with 1266 additions and 54 deletions

View File

@@ -14,6 +14,13 @@ clean-targets:
- "target"
- "dbt_packages"
on-run-end:
- "{{ elementary.on_run_end() }}"
vars:
elementary:
edr_interval: 24h
models:
data_platform:
staging:
@@ -25,3 +32,6 @@ models:
marts:
+materialized: table
+schema: marts
elementary:
+schema: elementary
+materialized: table