You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reports attempting to run client.entities.merge(entities_list, entity_list_name='my_entities', project_id=1, match_keys=None, add_new_properties=True, update_matched=False, delete_not_matched=True, source_label_key='label', source_keys=None,create_source=None, source_size=None) and receiving 409 errors. Each time they ran the call, they got a 409 on a different property.
When they added an Entity to the list, the call started working as expected.
I haven't investigated yet. This could possibly be a Central issue but I suspect it's something pyodk should handle .
The text was updated successfully, but these errors were encountered:
A user reports attempting to run
client.entities.merge(entities_list, entity_list_name='my_entities', project_id=1, match_keys=None, add_new_properties=True, update_matched=False, delete_not_matched=True, source_label_key='label', source_keys=None,create_source=None, source_size=None)
and receiving 409 errors. Each time they ran the call, they got a 409 on a different property.When they added an Entity to the list, the call started working as expected.
I haven't investigated yet. This could possibly be a Central issue but I suspect it's something pyodk should handle .
The text was updated successfully, but these errors were encountered: