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
A clear and concise description of what the bug is.
The claims_enrollment__flag_claims_with_enrollmentmodel in the claims preprocessing data mart has a dependency on the Core model core__member_months. This means we can't run the claims_preprocessing mart alone. Since claims preprocessing is upstream of Core, I don't think it should have any dependencies on it.
This also means that claims preprocessing could be running on an old version of member_months if a user executes marts out of order.
Environment - Required
Tuva project package version (e.g. 0.6.0): 0.12.4
dbt version (e.g. 1.7): 1.8.6
dbt type (e.g. dbt cloud or dbt CLI): CLI
Data warehouse (e.g. Snowflake): Snowflake
To Reproduce
Steps to reproduce the behavior:
In a clean database where the Tuva project has not been run before, run dbt build --select claims_preprocessing
See error
Expected behavior
A clear and concise description of what you expected to happen.
We should be able to run the upstream marts independent of Core.
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:
Describe the bug - Required
A clear and concise description of what the bug is.
The
claims_enrollment__flag_claims_with_enrollment
model in the claims preprocessing data mart has a dependency on the Core modelcore__member_months
. This means we can't run the claims_preprocessing mart alone. Since claims preprocessing is upstream of Core, I don't think it should have any dependencies on it.This also means that claims preprocessing could be running on an old version of member_months if a user executes marts out of order.
Environment - Required
To Reproduce
Steps to reproduce the behavior:
dbt build --select claims_preprocessing
Expected behavior
A clear and concise description of what you expected to happen.
We should be able to run the upstream marts independent of Core.
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: