Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PY-622][PY-626][PY-665] Import Properties (create/update) while impo…
…rting annotations (#759) * _import_properties WIP * fix tests for is_properties_enabled * add more logic * remove metadata file edge cases * update tests * fix import logic * rm breakpoint * update importer - fix client * remove print * update prints * udpate metadata_path check * update propertyvalue create logic * [PY-626] Updates to import endpoint - `annotation_properties` (#760) * handling properties data while importing annotations * add tests for _handle_annotation_data * update importer - add annotations_properties in payload of import annotations * update importer - rm _handle_properties code * fix test * update test * fix indent * add the missing return value * fix issues with multi_select create_property * rm `_msg` variable used in ValueError as they are not used again. * update list lookup -> to set for faster lookups * update `annotation_id_property_map` keys are moved from str -> tuple[str, str] * created a doc-block for _import_properties fn * [PY-665] - Update property-value object structure to support un-nested value field (#769) * update nested value changes for property-value objects * fix tests + fix linting * rm property field from PropertyValue object * add description & rm type in PropertyValue * update test-metadata files
- Loading branch information