Skip to content

Commit

Permalink
ignore order col in the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinehu authored and laurinehu committed Jan 7, 2025
1 parent 4db3669 commit ae5b2e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbt/snapshots/candidats_recherche_active_snapshot.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
)
}}

select * from {{ ref('candidats_recherche_active') }}
select
{{ pilo_star(ref('candidats_recherche_active'), except=['delai_derniere_candidature_interval_order']) }}
from {{ ref('candidats_recherche_active') }}
{% endsnapshot %}

0 comments on commit ae5b2e9

Please sign in to comment.