-
Notifications
You must be signed in to change notification settings - Fork 27
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
Subclasses of dict (like Label
) do not work with camel_case=False
#1087
Comments
List of affected:
|
Label
) does not work with camel_case=False
Label
) do not work with camel_case=False
I took a look at the affected classes. And only around a quarter of them have |
Maybe these shouldn't have a dump method? Would be a nice investigation if we could just remove them |
To be solved by #1452 |
System information
3.8.13
4.11.3
Describe the bug
Argument
camel_case=False
for multiple Cognite classes that subclassdict
doesn't work because of declared properties withcamelCase
names, e.g.Label
andExtractionPipelineContact
.To Reproduce
Runnable code reproducing the error.
Or (notice
sendNotification
always in camel case):The text was updated successfully, but these errors were encountered: