Skip to content

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.

ViewGrainPurpose
test_results_by_dateone row per test resultTest results joined with invocation context.
run_results_by_dateone row per run resultRun results joined with invocation context.
daily_test_summaryone row per (event_date, env, target_name)Daily counts of pass/fail/warn/error/skipped tests.