mhamedbenjmaa commented on issue #6876: URL: https://github.com/apache/hop/issues/6876#issuecomment-4135673966
Just looking for a simple way to detect deleted rows—I mentioned dbt only as an example of the pattern. Manually detecting deletions has always been a tedious process, and I really like the approach of simply disabling the row (adding an end date or flag) rather than physically removing it. That gives the developer the flexibility to decide how to handle those rows based on business requirements, rather than forcing a hard delete. Since the lookup logic is already there, adding this detection would be a small but powerful addition. -- 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]
