weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

Return correct UUID for failed objects

Open dirkkul opened this issue 2 years ago • 0 comments

    for failed_object in failed_objects:
        failed_uuids.add(failed_object.original_uuid)
        LOGGER.error(f'Unexpected exception {failed_object.message} creating weaviate object {failed_object.original_uuid}')

This original_uuid seems to be none in some cases

dirkkul avatar Mar 12 '24 04:03 dirkkul