You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug - Required
Running demo project with tuva_marts_enabled: false
Running with dbt=1.8.8 and postgres=1.8.2
dbt build command results into Compilation Error
Model 'model.the_tuva_project.ahrq_measures__pqi_summary' (models\ahrq_measures\pqi\final\ahrq_measures__pqi_summary.sql) depends on a node named 'pqi__measures' which is disabled
Environment - Required
Tuva project package version (e.g. 0.6.0): [">=0.12.0","<0.13.0"]
dbt version (e.g. 1.7): 1.8.8
dbt type (e.g. dbt cloud or dbt CLI): dbt CLI
Data warehouse (e.g. Snowflake): postgres=1.8.2
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for submitting this bug. We will look into it. Is there a reason you are running the demo with all the marts disabled? There may be another way to accomplish what you are trying to do.
@bradmontierth can you take this bug? I think the issue is related to the AHRQ seeds. The enabled variable for the seeds doesn't match the data mart models.
Describe the bug - Required
Running demo project with tuva_marts_enabled: false
Running with dbt=1.8.8 and postgres=1.8.2
dbt build command results into Compilation Error
Model 'model.the_tuva_project.ahrq_measures__pqi_summary' (models\ahrq_measures\pqi\final\ahrq_measures__pqi_summary.sql) depends on a node named 'pqi__measures' which is disabled
Environment - Required
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: