fix(dbt): remove invalid relationship test on map_school_lineage
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m5s
Build and Push Docker Images / Build Integrator (push) Successful in 55s
Build and Push Docker Images / Build Kestra Init (push) Successful in 31s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 1m25s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m5s
Build and Push Docker Images / Build Integrator (push) Successful in 55s
Build and Push Docker Images / Build Kestra Init (push) Successful in 31s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 1m25s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s
Lineage map includes predecessor URNs for closed schools, which are correctly excluded from dim_school (status = 'Open'). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -32,11 +32,7 @@ models:
|
|||||||
description: Predecessor/successor lineage map
|
description: Predecessor/successor lineage map
|
||||||
columns:
|
columns:
|
||||||
- name: urn
|
- name: urn
|
||||||
tests:
|
tests: [not_null]
|
||||||
- not_null
|
|
||||||
- relationships:
|
|
||||||
to: ref('dim_school')
|
|
||||||
field: urn
|
|
||||||
|
|
||||||
- name: fact_ks2_performance
|
- name: fact_ks2_performance
|
||||||
description: KS2 attainment — one row per URN per year
|
description: KS2 attainment — one row per URN per year
|
||||||
|
|||||||
Reference in New Issue
Block a user