On the data_quality__eligibility_demographics model (line 39), the reference_data__calendar table is referenced as reference_data.calendar instead of {{ ref('reference_data__calendar') }}.
Because I built the reference_data__calendar model to the <prefix>_reference_data schema instead of a reference_data schema, the table cannot be found and the model fails.
Environment - Required
Tuva project package version (e.g. 0.6.0): 0.12.5
dbt version (e.g. 1.7): 1.7.18
dbt type (e.g. dbt cloud or dbt CLI): dbt cli
Data warehouse (e.g. Snowflake): bigquery
To Reproduce
Steps to reproduce the behavior:
Do not override the schema names to remove the schema prefix in a generate_schema_name
Run the data_quality__eligibility_demographics model
Expected behavior
Model should run successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug - Required
On the data_quality__eligibility_demographics model (line 39), the
reference_data__calendar
table is referenced asreference_data.calendar
instead of{{ ref('reference_data__calendar') }}
.Because I built the
reference_data__calendar
model to the<prefix>_reference_data
schema instead of areference_data
schema, the table cannot be found and the model fails.Environment - Required
To Reproduce Steps to reproduce the behavior:
Expected behavior
Model should run successfully
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.