Hello @DataPeps2023
Did you try to consider Azure Data Factory: By using ADF to orchestrate the data movement, you can ensure that the data is moved to Azure Data Share only when the data warehouse has completed, and you can move only the changed data to minimize the data movement time and cost.
- ADF pipeline that moves data from your data warehouse to Azure Data Share.
- use the appropriate ADF triggers to trigger the pipeline based on a schedule or an event.
- Configure the pipeline to move only the data that has changed since the last run. You can use the appropriate ADF data flow transformations to compare the data in the data warehouse with the data in Azure Data Share and move only the changed data.