Skip to content

Commit

Permalink
Merge pull request #499 from dbt-labs/dc/missing-filter-expceptions
Browse files Browse the repository at this point in the history
add missing exceptions filter to fct_duplicate_sources
  • Loading branch information
dave-connors-3 authored Sep 20, 2024
2 parents dc36243 + 8cdb77c commit 6be0a27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/marts/dag/fct_duplicate_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ source_duplicates as (
having count(*) > 1
)

select * from source_duplicates
select * from source_duplicates

{{ filter_exceptions() }}

0 comments on commit 6be0a27

Please sign in to comment.