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

Allow empty values in IC #695

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Allow empty values in IC #695

merged 1 commit into from
Sep 9, 2024

Conversation

DinoBektesevic
Copy link
Member

Allow some values in columns to be empty strings, or their equivalent falsy values.
This is not a good fix because autocasting rules sometimes could cast the column as masked column, but required for the data that was processed with the different stack version. The fix is to set a default non-falsy value in the ButlerStandardizers for the properties that the new stack versions may return as None or "" when using an older stack version.

Blocked by #694

@DinoBektesevic DinoBektesevic merged commit b91e22e into main Sep 9, 2024
2 checks passed
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.

3 participants