Skip to content

Commit 9f9c1db

Browse files
Merge pull request #444 from AlexPuletti/fix/rejoining_of_upstream_concepts_typo
fix pluralality of metric and exposure in rejoining_of_upstream_concepts
2 parents cf65455 + be54bd1 commit 9f9c1db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

models/marts/dag/fct_rejoining_of_upstream_concepts.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ with all_relationships as (
22
select
33
*
44
from {{ ref('int_all_dag_relationships') }}
5-
where parent_resource_type not in ('exposures', 'metrics')
6-
and child_resource_type not in ('exposures', 'metrics')
5+
where parent_resource_type not in ('exposure', 'metric')
6+
and child_resource_type not in ('exposure', 'metric')
77
and not parent_is_excluded
88
and not child_is_excluded
99
),

0 commit comments

Comments
 (0)