Skip to content

Commit 9e44fb3

Browse files
authored
feat: Add explicit dependencies on fact model (#7)
1 parent c9447db commit 9e44fb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

p4pa_analytics_dbt/models/dwh/fct_payment_assessment_detail.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
)
1515
}}
1616

17+
-- depends_on = {{ ref('dim_debt_position_type_org') }}
18+
-- depends_on = {{ ref('dim_office') }}
19+
-- depends_on = {{ ref('dim_section') }}
20+
-- depends_on = {{ ref('dim_assessment') }}
1721

1822
with base as (
1923
select *, CAST(TO_CHAR(date_receipt, 'YYYY') AS INT) AS operating_year,

0 commit comments

Comments
 (0)