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: Incorrectly named Littlepay columns prevent data movement #2995

Closed
SorenSpicknall opened this issue Oct 6, 2023 · 0 comments · Fixed by #2996
Closed

Bug: Incorrectly named Littlepay columns prevent data movement #2995

SorenSpicknall opened this issue Oct 6, 2023 · 0 comments · Fixed by #2996

Comments

@SorenSpicknall
Copy link
Contributor

Describe the bug
Due to mislabeled column names in our external table creation process (stemming from copy/pastes from an old Littlepay-provided data dictionary that itself had some errors), a couple of our Littlepay tables include columns that are erroneously empty. The ones I've identified are as follows:

micropayment_adjustments - zone_ids_us should be zone_ids_used
device_transactions - transction_deny_reason should be transaction_deny_reason
product_data - capping_overlap should be capping_overlap_time

To Reproduce
Check these column names in the external table creation YAML files and downstream models against the titles of those columns in raw copied source files in GCS.

Expected behavior
Once these column names are corrected, source data should flow in correctly for these columns.

Additional context
A full fix will require us to reprocess old Littlepay source files into their parsed form

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 a pull request may close this issue.

1 participant