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]: "TRUE" is not accepted as a boolean value #224

Open
zargot opened this issue Nov 5, 2024 · 3 comments · May be fixed by #235
Open

[Bug]: "TRUE" is not accepted as a boolean value #224

zargot opened this issue Nov 5, 2024 · 3 comments · May be fixed by #235
Assignees
Labels
bug Something isn't working
Milestone

Comments

@zargot
Copy link
Collaborator

zargot commented Nov 5, 2024

Bug Description

parts:
image

measures:
image

error:
measures(reportable, 2): Column reportable is a boolean but has value "TRUE". Allowed values are false/true. [invalid_type]

The operating system on which the bug occured

linux

Python Version

3.8

@zargot zargot added the bug Something isn't working label Nov 5, 2024
@zargot zargot assigned yulric and zargot and unassigned yulric Nov 5, 2024
@zargot zargot added this to the v0.6.0 milestone Nov 11, 2024
@zargot
Copy link
Collaborator Author

zargot commented Nov 11, 2024

@yulric, should we make this case-insensitive?

@yulric
Copy link
Collaborator

yulric commented Nov 12, 2024

According to the docs, it should be case-sensitive but we can confirm with the team if you want.

@zargot
Copy link
Collaborator Author

zargot commented Nov 13, 2024

I will keep case-sensitivity as agreed upon in the meeting, and fix the code so that it expects the right case.

@zargot zargot linked a pull request Nov 13, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants