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

Fix DBT error related to deleted columns on fct_benefits_events #3677

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

erikamov
Copy link
Contributor

@erikamov erikamov commented Feb 5, 2025

Description

This PR fixes DBT error while running transform_warehouse. Some columns were removed from MART_BENEFITS.FCT_BENEFITS_EVENTS but was mentioned on yml file for documentation.

Commit that removed columns

Resolves #3659

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

Tested locally.
Error before fix:
Screenshot 2025-02-04 at 7 15 39 PM

Running model after fix and testing without errors:
Screenshot 2025-02-04 at 7 16 03 PM

Post-merge follow-ups

  • No action required
  • Actions required (specified below)

Make sure the issue is resolved on newer transform_warehouse.dbt_run_and_upload_artifacts logs.

Copy link
Contributor

@vevetron vevetron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@vevetron vevetron merged commit 78ead42 into main Feb 5, 2025
4 checks passed
@vevetron vevetron deleted the 3659-fix-deleted-columns-FCT-BENEFITS-EVENTS branch February 5, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Failing to align Metabase models on Transform warehouse DAG
2 participants