Open mgorsk1 opened 2 months ago
You cannot do patch like that. Its needs a fresh copy from last call. Try doing a get and before the second patch call
I agree and I should have been more precise @harshach, to reproduce you should only run the line with # fails comment. I have amended the original issue not to create confusion. The problem remains and this issue is still valid after updating the code for reproducing.
I found that adding name property to EntityReference solves it but it might be some bug server side that it's required at all to work.
Affected module Ingestion / Backend
Describe the bug When I try to patch the table entity and specify two owners in the patch request, the patch will fail with error (backend logs):
To Reproduce
Expected behavior Both owners assigned as owners of a table.
Version:
Additional context Add any other context about the problem here.