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

Remove fix for ignored columns #99

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

ericaporter
Copy link
Contributor

@ericaporter ericaporter commented Nov 30, 2023

This fix was introduced to assist ECF with a STI bug where different ignored_columns on different child models (with the same parent) were not being sent to BigQuery.

The fix wasn't working all of the time and in the end the simplest solution was to remove reference to the ignored_columns in the child models so that all of the fields are being sent all of the time.

It is probably confusing to keep this code in dfe-analytics and it is unlikely to be needed by another service because usually when a column is ignored there would not be a requirement to send it to Big Query.

@ericaporter ericaporter requested a review from asatwal November 30, 2023 16:07
Copy link
Collaborator

@asatwal asatwal left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@ericaporter ericaporter merged commit 06b9d7b into main Dec 7, 2023
7 checks passed
@ericaporter ericaporter deleted the remove-ignored-columns-fix branch December 7, 2023 11:20
@ericaporter ericaporter mentioned this pull request Dec 19, 2023
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.

2 participants