We are running IFS Cloud 23R1 in a, by IFS, hosted setup with self hosted BI setup in our own Azure tenant. However, our main datalake resides in Snowflake and we’re therefore pushing data from Azure to Snowflake. Currently this is done with full dataloads each time, which is not a sustainable model.
We have enabled incremental loads between IFS Cloud and our self hosted BI (Azure). We are now looking into what we can utilize to enable incremental loads between Azure and Snowflake, and noticed that mvt_created_dt was populated in Azure. However it seem to be updated with the time of the latest incremental load, for all records? My exceptation was that this would only occur for newly added/updated records.
Does anyone have any suggestion how to implement a solid incremental load funcationality between Azure and another datalake?