dbt_test_failures (raw)
Raw landing table for row-level dbt test failures. Identifier is dbt_test_failures_raw; loaded-at field is recorded_at.
Lineage
Section titled “Lineage”flowchart LR dbt([dbt test failure capture]) --> me[(dbt_test_failures_raw)] me -.-> none((no fortune model consumes this directly))
Columns
Section titled “Columns”| Column | Description | Formula / Source |
|---|---|---|
recorded_at | Timestamp the failure row was captured. | Set by the failure-capture macro; used as loaded_at_field. |
Schema is loader-controlled; only the
recorded_atfreshness field is contractually required bymodels/raw/betsapi/properties.yml.