Reputation: 401
In the Ontology Editor, I get warnings when I try to remove a property. See picture below.
I want to keep the other columns or properties on the object without losing the edits.
Is that possible? What's the requirement to do that?
Upvotes: 4
Views: 542
Reputation: 381
There are a couple of ways to achieve this. I would definitely recommend trying both methods out on a test object before deciding which method you would be more comfortable with!
Object Storage V1
Both of these do not maintain the metadata of these edits i.e. when the edit was made.
Object Storage V2 (Not yet released) It will be possible to delete properties without losing edits by either:
[1] https://{BASE_URL}/workspace/documentation/developer/api/phonograph2/services/ObjectStorageService/endpoints/getObjectEvents
[2] https://{BASE_URL}/workspace/documentation/developer/api/phonograph2/services/ObjectStorageService/endpoints/postObjectEvents
Upvotes: 1