Replies: 1 comment 4 replies
-
@ramzanzan if you remove the owner , is it not updating then? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello dear OpenMetadata developers!
I have found that while update of any metadata entity (such as Table) reindexing of record in ES/OS doesn't remove fields which removed in original entity (such as owner).
I have found that problem is in ES script for update (link to src). This script doesn't count enitity's removed fields cause those fields doesn't present in script params -> there aren't
calls ctx._source.put(k, params.get(k))
for them.Is such behavior a bug?
Why do you use scritptedUpdate and not just upsert?
Beta Was this translation helpful? Give feedback.
All reactions