From 1235959416657d5dc3452ce7dcff8f67b96396dc Mon Sep 17 00:00:00 2001 From: Victor Perron Date: Mon, 22 Jul 2024 13:47:31 +0200 Subject: [PATCH] bugfix(pipeline) : Restore cd72 structures A refactoring commit 7 months ago did deactivate those by mistake. Let's re-enable them. --- .../dbt/models/staging/sources/cd72/stg_cd72__structures.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/dbt/models/staging/sources/cd72/stg_cd72__structures.sql b/pipeline/dbt/models/staging/sources/cd72/stg_cd72__structures.sql index d3759726..4db233f1 100644 --- a/pipeline/dbt/models/staging/sources/cd72/stg_cd72__structures.sql +++ b/pipeline/dbt/models/staging/sources/cd72/stg_cd72__structures.sql @@ -1,5 +1,5 @@ WITH source AS ( - {{ stg_source_header('cd72', 'services') }} + {{ stg_source_header('cd72', 'structures') }} ), final AS (