Skip to content

Commit

Permalink
fix(dora): frais
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jun 26, 2023
1 parent ed0382c commit 1364e09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pipeline/dbt/models/intermediate/dora/int_dora__services.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ WITH services AS (
final AS (
SELECT
id AS "adresse_id",
contact_nom AS "contact_nom", -- ignored for now
contact_prenom AS "contact_prenom", -- ignored for now
contact_public AS "contact_public",
NULL AS "courriel", -- ignored for now
cumulable AS "cumulable",
Expand All @@ -15,7 +13,7 @@ final AS (
date_suspension AS "date_suspension",
formulaire_en_ligne AS "formulaire_en_ligne",
frais_autres AS "frais_autres",
frais AS "frais",
ARRAY[frais] AS "frais",
id AS "id",
justificatifs AS "justificatifs",
lien_source AS "lien_source",
Expand All @@ -28,7 +26,7 @@ final AS (
recurrence AS "recurrence",
_di_source_id AS "source",
structure_id AS "structure_id",
telephone AS "telephone", -- ignored for now
NULL AS "telephone", -- ignored for now
thematiques AS "thematiques",
types AS "types",
zone_diffusion_code AS "zone_diffusion_code",
Expand Down

0 comments on commit 1364e09

Please sign in to comment.