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.
Lineage
Section titled “Lineage”flowchart LR dbt([dbt run / test]) --> me[(dbt_test_results_raw)] me -.-> none((no fortune model consumes this directly))
Columns
Section titled “Columns”| Column | Description | Formula / Source |
|---|---|---|
executed_at | Timestamp the test ran. | Set by the dbt-run wrapper; used as loaded_at_field. |
Schema is loader-controlled; only the
executed_atfreshness field is contractually required bymodels/raw/betsapi/properties.yml.