hansva commented on issue #6876: URL: https://github.com/apache/hop/issues/6876#issuecomment-4135937552
But the lookup logic isn't there as far as I understand your request. You want to flag the rows that were not touched after the Dimension lookup/update completes. This would still require a complex query, as far as I know. It's not that we do a preload of all records; we only look up the records that are provided to the transform. Unless I am not understanding the logic you would like to have applied. But you could write an update query to do this. Add a last_seen field that is updated on every run and then you could find records that do not have this and close them. -- 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]
