Skip to content

Commit

Permalink
add genre and age range to autoprescription table and taux_transforma…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
laurinehu committed Jul 30, 2024
1 parent 7fca68b commit 557b28f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt/models/marts/daily/taux_transformation_prescripteurs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with candidats_p as (
cdd.id as id_candidat,
cdd.actif,
cdd.age,
cdd.tranche_age,
cdd.sexe_selon_nir,
cdd.date_diagnostic,
cdd."département" as departement_candidat,
cdd."nom_département" as nom_departement_candidat,
Expand Down
2 changes: 2 additions & 0 deletions dbt/models/staging/stg_candidatures_autoprescription.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ select
cd.id as id_candidature,
c.hash_nir,
c.age,
c.tranche_age,
c.sexe_selon_nir,
c."département",
c."nom_département",
c."région",
Expand Down

0 comments on commit 557b28f

Please sign in to comment.