Elementary
The elementary layer adds project-specific views on top of the Elementary dbt package’s internal tables (elementary_test_results, dbt_run_results, dbt_invocations). Their purpose is to surface the event_date and env dbt vars as proper columns so trends can be queried without parsing JSON each time.
| View | Grain | Purpose |
|---|---|---|
| test_results_by_date | one row per test result | Test results joined with invocation context. |
| run_results_by_date | one row per run result | Run results joined with invocation context. |
| daily_test_summary | one row per (event_date, env, target_name) | Daily counts of pass/fail/warn/error/skipped tests. |