Skip to content

Commit

Permalink
Merge pull request #813 from MTES-MCT/fix-ocsge-gpu
Browse files Browse the repository at this point in the history
fix(ocsge_gpu): remove references to this
  • Loading branch information
alexisig authored Dec 23, 2024
2 parents 4363f62 + 0e74cd5 commit 090af6b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
)
}}

with max_ocsge_loaded_date as (
SELECT max(ocsge_loaded_date) as ocsge_loaded_date FROM {{ this }}
), max_zonage_gpu_timestamp as (
SELECT max(zonage_gpu_timestamp) as zonage_gpu_timestamp FROM {{ this }}
), occupation_du_sol_zonage_urbanisme_without_surface as (
with occupation_du_sol_zonage_urbanisme_without_surface as (
SELECT
concat(ocsge.uuid::text, '_', zonage.checksum::text) as ocsge_zonage_id, -- surrogate key
-- les attributs spécifiques aux zonages sont préfixés par zonage_
Expand Down

0 comments on commit 090af6b

Please sign in to comment.