Skip to content

Commit 6be0a27

Browse files
Merge pull request #499 from dbt-labs/dc/missing-filter-expceptions
add missing exceptions filter to fct_duplicate_sources
2 parents dc36243 + 8cdb77c commit 6be0a27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

models/marts/dag/fct_duplicate_sources.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ source_duplicates as (
2626
having count(*) > 1
2727
)
2828

29-
select * from source_duplicates
29+
select * from source_duplicates
30+
31+
{{ filter_exceptions() }}

0 commit comments

Comments
 (0)