We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf65455 + be54bd1 commit 9f9c1dbCopy full SHA for 9f9c1db
1 file changed
models/marts/dag/fct_rejoining_of_upstream_concepts.sql
@@ -2,8 +2,8 @@ with all_relationships as (
2
select
3
*
4
from {{ ref('int_all_dag_relationships') }}
5
- where parent_resource_type not in ('exposures', 'metrics')
6
- and child_resource_type not in ('exposures', 'metrics')
+ where parent_resource_type not in ('exposure', 'metric')
+ and child_resource_type not in ('exposure', 'metric')
7
and not parent_is_excluded
8
and not child_is_excluded
9
),
0 commit comments