Is there a way to dynamically send data sets via Azure Data Share only once the DWH has completed?

DataPeps2023 25 Reputation points
2023-10-03T10:05:15.55+00:00

Having had our first DWH (data warehouse) failure since setting up Azure data share for about 5 external customers, I'm now wondering if there is a way for the data share to wait for the DWH to complete / wait for a trigger?

Azure Data Share
Azure Data Share
An Azure service that is used to share data from multiple sources with other organizations.
51 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,261 Reputation points
    2023-10-03T23:44:55.6+00:00

    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.

    1. ADF pipeline that moves data from your data warehouse to Azure Data Share.
    2. use the appropriate ADF triggers to trigger the pipeline based on a schedule or an event.
    3. 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.

    User's image