Hello. Recently I've had a requirement where I need to clear the data out of a large number of data lake tables for a refresh. I was hoping to use the Purge capability to Purge By Filter, and select all of the Data objects to clear out. When i do this for a data object, I get back results in the purge log indicating that a number of objects were purged. When I go to review the data using a compass query though, I don't see any changes. All of my data is still there.
It seems like I need to use the EXEC INFOR.CLEAR_TABLE(''data object name', 'True') command to clear out the data.
I don't understand though why Purge doesn't accomplish the same? Anyone know?
Thanks!