diff --git a/pipeline/transform/models/staging/stg_ofsted_inspections.sql b/pipeline/transform/models/staging/stg_ofsted_inspections.sql index d19cc1c..9a22b65 100644 --- a/pipeline/transform/models/staging/stg_ofsted_inspections.sql +++ b/pipeline/transform/models/staging/stg_ofsted_inspections.sql @@ -36,6 +36,7 @@ renamed as ( report_url from source where urn is not null + and inspection_date is not null ) select * from renamed