Skip to content

Commit

Permalink
more test cases and a distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Feb 1, 2023
1 parent 8248b11 commit 54d2ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration_tests/models/marts/exposures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ exposures:
depends_on:
- ref('fct_model_6')
- ref('dim_model_7')
- ref('dim_model_7')
- source('source_1', 'table_1')
2 changes: 1 addition & 1 deletion models/staging/graph/stg_metric_relationships.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ final as (
from _base_metric_relationships
)

select * from final
select distinct * from final

0 comments on commit 54d2ade

Please sign in to comment.