OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

recordChange should allow saving to Database without recording a version

Open harshach opened this issue 2 years ago • 0 comments

Feature The only way to update the fields in an entity is to use recordChange. If we do not want a field to be versioned thus propagating it to event handlers, ex: password or any sensitive information we don't have a clear option, and in some cases fields can be changing rapidly such as task start date which we want to keep but do not want to version it. https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/java/org/openmetadata/catalog/jdbi3/EntityRepository.java#L1215 in here else part can we add a method that can be overridable from individual entity updaters storeUpdates() Describe the task A clear and concise description of what the bug is.

harshach avatar May 03 '22 15:05 harshach