Skip to content

Commit

Permalink
ignoring useless exits
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickPassa committed Feb 28, 2025
1 parent 68f43e3 commit e444cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/models/indexed/motif_sorties_salaries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ left join {{ ref("fluxIAE_RefMotifSort_v2") }} as rms
left join {{ ref("fluxIAE_RefCategorieSort_v2") }} as rcs
on rms.rcs_id = rcs.rcs_id
where rcs.rcs_libelle is not null
and rcs.rcs_libelle is not 'Retrait des sorties constatées'

0 comments on commit e444cb2

Please sign in to comment.