diff --git a/pipeline/dbt/models/marts/inclusion/marts_inclusion__services.sql b/pipeline/dbt/models/marts/inclusion/marts_inclusion__services.sql index 673f7ef1..d20e37db 100644 --- a/pipeline/dbt/models/marts/inclusion/marts_inclusion__services.sql +++ b/pipeline/dbt/models/marts/inclusion/marts_inclusion__services.sql @@ -1,3 +1,5 @@ +-- depends_on: {{ ref('marts_inclusion__structures') }} + WITH services AS ( SELECT * FROM {{ ref('int__union_services__enhanced') }} ),