hudi-bot opened a new issue, #15486:
URL: https://github.com/apache/hudi/issues/15486

   Datahub has a notion of soft-deletes (the entity still exists in the 
database with a status=removed:true). Such entities could get re-ingested with 
new properties at a later time, such that the older one gets overwritten. The 
current implementation in DatahubSyncTool does not handle this scenario. It 
fails to update the status flag to removed:false during ingest, which means the 
entity won't surface in the Datahub UI at all.
   
   Ref: See sections on Soft Delete and Hard Delete in the Datahub docs: 
[https://datahubproject.io/docs/how/delete-metadata/#soft-delete-the-default]
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-4994
   - Type: Task


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to