From 91f896899030a8afe1bef01c50708a13a990ae68 Mon Sep 17 00:00:00 2001 From: Deeman Date: Thu, 31 Jul 2025 19:48:18 +0200 Subject: [PATCH] remove comment --- .../models/staging/stg_psd_alldata.sql | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/transform/sqlmesh_materia/models/staging/stg_psd_alldata.sql b/transform/sqlmesh_materia/models/staging/stg_psd_alldata.sql index 1f5a3d3..f19ad5f 100644 --- a/transform/sqlmesh_materia/models/staging/stg_psd_alldata.sql +++ b/transform/sqlmesh_materia/models/staging/stg_psd_alldata.sql @@ -27,41 +27,3 @@ FROM raw.psd_alldata left join raw.psd_commodity_codes using (commodity_code) left join raw.psd_unit_of_measure_codes using (unit_id) left join raw.psd_attribute_codes using (attribute_id) - - -/* -MIssing commodities -│ 0579311 │ NULL │ -│ 0411000 │ NULL │ -│ 0545900 │ NULL │ -│ 0577903 │ NULL │ -│ 0572920 │ NULL │ -│ 0114300 │ NULL │ -│ 1211000 │ NULL │ -│ 0585200 │ NULL │ -│ 0565905 │ NULL │ -│ 0589901 │ NULL │ -│ 0579401 │ NULL │ -│ 0585120 │ NULL │ -│ 0585700 │ NULL │ -│ 0566100 │ NULL │ -│ 1222000 │ NULL │ -│ 0589903 │ NULL │ -│ 0585300 │ NULL │ -│ 0579301 │ NULL │ -│ 0586111 │ NULL │ -│ 0579701 │ NULL │ -│ 0575200 │ NULL │ -│ 0579901 │ NULL │ -│ 0579500 │ NULL │ -│ 0565901 │ NULL │ -│ 0577500 │ NULL │ -│ 0565903 │ NULL │ -│ 0577905 │ NULL │ -├ --------------------- -Missing Attributes -│ 221 │ NULL │ -│ 219 │ NULL │ - -*/