OpenMetadata
OpenMetadata copied to clipboard
Track updateBy and updateAt for lineage edges
Is your feature request related to a problem? Please describe. Both users and our scripts can update lineage edges. Now, if user updated lineage edge, our script will update it. It contradicts to our business rule: "if lineage is updated by people, it's true and should not be updated by scripts".
Describe the solution you'd like Track updateAt and updateBy in lineage edges
Describe alternatives you've considered None
Additional context None
@ulixius9 you already added the source of the lineage right? We might be able to update the backend with this behavior
Hello. Is this feature planned for the nearest future? Just noticed #9281 was re-planned for 1.4.0, which should probably include some new lineage details fields, so maybe it could include this updateAt timestamp?