Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claims preprocessing model claims_enrollment__flag_claims_with_enrollment has a dependency on Core #671

Open
sarah-tuva opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sarah-tuva
Copy link
Member

sarah-tuva commented Nov 19, 2024


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:

  1. In a clean database where the Tuva project has not been run before, run dbt build --select claims_preprocessing
  2. 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.

@sarah-tuva sarah-tuva added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant