Replies: 2 comments 1 reply
-
@fjuniorr @shashigharti |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @fjuniorr, Temporary solution could be:
@roll I think it it would be better to provide option to unset props like you mentioned. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the proper way to "reset" a property in a descriptor so that it don't get exported in calls to
to_descriptor()
and similars (eg.to_json()
)?For example, imagine that after cleaning the data for the field:
The
missingValues
property no longer applies. How can I get the following programmaticallyI've tried
But I still get the default value in the metadata export:
Beta Was this translation helpful? Give feedback.
All reactions