Skip to content

Commit

Permalink
nir addition
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickPassa committed Jun 20, 2024
1 parent e91de0b commit 7bd76b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/models/marts/weekly/etp_par_salarie.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ select
{{ pilo_star(ref('suivi_etp_realises_v2'), relation_alias='etp_r') }},
etp_c."effectif_mensuel_conventionné",
etp_c."effectif_annuel_conventionné",
salarie.hash_nir,
(etp_r.nombre_etp_consommes_reels_annuels * etp_r.af_montant_unitaire_annuel_valeur) as montant_utilise,
etp_c.af_montant_total_annuel as montant_alloue,
case
Expand Down

0 comments on commit 7bd76b3

Please sign in to comment.