Skip to content

Commit

Permalink
add distinct to prevent unnecessary duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
graciegoheen committed Jan 10, 2022
1 parent abb228e commit 4d3e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/get_dependencies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
all_relationships as (

-- anchor
select
select distinct
model as parent,
model as child,
0 as distance,
Expand Down

0 comments on commit 4d3e999

Please sign in to comment.