Skip to content

Commit

Permalink
test quality error
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinehu committed Oct 23, 2023
1 parent bd29b7e commit 6b6eae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/models/marts/properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ models:
Par exemple, si deux candidatures sont réalisées, les informations sur la première candidature sont données à l'indice 0 de la liste et celles de la deuxième à l'indice 1.
tests:
- dbt_utils.equal_rowcount:
compare_model: source('emplois', 'candidats')
compare_model: source('emplois', 'candidats_v0')
- name: suivi_etp_realises_par_structure
description: >
Table de suivi des etps réalisés par structure. Cette table permet aussi de suivre si l'état mensuel a été validé.
Expand Down
2 changes: 1 addition & 1 deletion dbt/models/staging/stg_candidatures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ left join {{ ref("stg_insee_appartenance_geo_communes") }} as insee_geo
left join {{ ref('stg_organisations') }} as org_prescripteur
on org_prescripteur.id = candidatures.id_org_prescripteur
left join {{ ref('nom_prescripteur') }} as nom_org
on nom_org.origine_detaille = candidatures."origine_détaillée"
on nom_org.origine_detaille = candidatures."origine_détaillée"

0 comments on commit 6b6eae6

Please sign in to comment.