Can we do incremental load or full load in Spice? So, we are writing a Glue Job that refreshes the Spice Job once the data is loaded in the source table and so, wanted to know if we can do incremental or full load into Spice through code ?
Hi @bhumika18s
I presume you are planning to use the CreateIngestion API to trigger the refresh. This API does have a property to trigger either a FULL or INCREMENTAL Refresh .
Hi @bhumika18s - You can do the incremental load ( I believe).
Regards - Sanjeeb
Thank You Everyone for the Response !!