Hi,
Is posible to Purge a Object in Data lake before the next ingest load?
The purge option in data lake is only Ad Hoc? Someone knows if is possible?
Regards,
Mauricio
Turn off the replication before purging
Hi
Where can I turn off the replication before purging?. I am looking to have the object (Custom) purged before next load. Is possible?
Re-population of the Data Lake Should there be a requirement to re-populate the Data Lake, please adhere to the following established process.
Step 1: Syteline - Replication Rules:
Step 2: Purge the Data Lake
Step 3: Syteline - Replication Rules :
This is not for Syteline. This is for LX and Custom tables in the i5 database using the EC - Enterprise Connector.
Hi Mauricio, Have you considered using the Data Lake APIs to delete an object?
Kind regards,Danil.
Mauricio, There are APIs that could be used if you want to do something like purge a range or all data. This could be implemented in a Data or Work Flow using API call.
If you are pulling through AnySQL/ Data Loader, you would need to schedule this just before the load runs.
Or you can use the time filter on the API / UI to deleted them afterwards. i.e. Delete all with a file date before the first timestamp of the new data set.
If you are using compass, you would need to also run the clear function to remove the deleted data.
Hi Danil / Kevin.
Understood. Thank you.