Skip to content

Commit

Permalink
rename Candidature en ligne into Candidat
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinehu authored and laurinehu committed Jun 19, 2024
1 parent e91de0b commit 3de1095
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dbt/models/staging/stg_candidatures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ select
then 'Motif "Autre" saisi sur les emplois'
else candidatures.motif_de_refus
end as motif_de_refus,
case
when candidatures.origine = 'Candidat' then 'Candidature en ligne'
else candidatures.origine
end as origine,
candidatures.origine as origine,
case
when candidatures."origine_détaillée" = 'Prescripteur habilité Autre'
then 'Prescripteur habilité par habilitation préfectorale'
Expand Down

0 comments on commit 3de1095

Please sign in to comment.