-
Notifications
You must be signed in to change notification settings - Fork 41
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
[DAR-2860][External] Import of item-level properties #936
Conversation
…ment from metadata & imported files
darwin/importer/importer.py
Outdated
@@ -318,12 +352,104 @@ def _update_payload_with_properties( | |||
annotation["annotation_properties"] = dict(_map) | |||
|
|||
|
|||
def _update_payload_with_item_level_properties( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets rename this and update the description unless we are updating the payload like we do in _update_payload_with_properties
, since its not updating the payload but just returning the serialized_item_level_properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A handful of small things, there is one that regards the actual logic though: #936 (comment)
Problem
darwin-py cannot currently import item-level properties
Solution
Changelog
Support for importing item-level properties