Skip to content

dbt_test_results (raw)

Raw landing table for dbt test execution results, written by the dbt run wrapper. Identifier is dbt_test_results_raw; loaded-at field is executed_at. Consumed by the Elementary package internally but not directly by any model in this project.

flowchart LR
dbt([dbt run / test]) --> me[(dbt_test_results_raw)]
me -.-> none((no fortune model consumes this directly))
ColumnDescriptionFormula / Source
executed_atTimestamp the test ran.Set by the dbt-run wrapper; used as loaded_at_field.

Schema is loader-controlled; only the executed_at freshness field is contractually required by models/raw/betsapi/properties.yml.