weaviate-python-client
weaviate-python-client copied to clipboard
Return correct UUID for failed objects
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