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

Bug: Failing to align Metabase models on Transform warehouse DAG #3659

Open
erikamov opened this issue Jan 23, 2025 · 0 comments
Open

Bug: Failing to align Metabase models on Transform warehouse DAG #3659

erikamov opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@erikamov
Copy link
Contributor

erikamov commented Jan 23, 2025

Describe the bug
The taks dbt_run_and_upload_artifacts on transform_warehouse DAG is failing to align models on Metabase.

Metabase export models failed with exception Unable to align models between dbt target models and Metabase

Some columns were removed from MART_BENEFITS.FCT_BENEFITS_EVENTS but still need to be removed from yml file:
Column EVENT_PROPERTIES_AUTH_PROVIDER not found
Column EVENT_PROPERTIES_PAYMENT_GROUP not found
Column EVENT_PROPERTIES_ELIGIBILITY_TYPES not found
Column USER_PROPERTIES_ELIGIBILITY_TYPES not found
Column EVENT_PROPERTIES_AUTH_PROVIDER not found
Column EVENT_PROPERTIES_PAYMENT_GROUP not found
Column EVENT_PROPERTIES_ELIGIBILITY_TYPES not found
Column USER_PROPERTIES_ELIGIBILITY_TYPES not found
Column EVENT_PROPERTIES_AUTH_PROVIDER not found
Column EVENT_PROPERTIES_PAYMENT_GROUP not found
Column EVENT_PROPERTIES_ELIGIBILITY_TYPES not found
Column USER_PROPERTIES_ELIGIBILITY_TYPES not found
Column EVENT_PROPERTIES_AUTH_PROVIDER not found
Column EVENT_PROPERTIES_PAYMENT_GROUP not found
Column EVENT_PROPERTIES_ELIGIBILITY_TYPES not found
Column USER_PROPERTIES_ELIGIBILITY_TYPES not found

Found this PR that can be used to review what was removed and renamed.

To Reproduce
See transform-warehouse logs

Expected behavior
No issues aligning Metabase

@erikamov erikamov added the bug Something isn't working label Jan 23, 2025
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
None yet
Development

No branches or pull requests

1 participant