Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Trigger Datarefresh

Hello All,

 

I have 8 Datasets in the different workspace which I update manually.Is there a way I can automate all refresh, but click of a button. I want to make sure all datasets are in sync.

 

I am not talking about scheduling, I want to control all data refresh by a click of a button. 

 

Thanks,

Aditya

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

    You can use Refresh Dataset actions while creating a logic app, then you can call that logic app in Azure Data factory pipline using web activity. You can add so many logic app and we activity inside your Azure Data factory , then you can create a master pipeline and use Execute Pipeline activity to call all 8 Web activity and you can Trigger the Master pipeline which will indirectly call other 8 pipelines and your data will be refreshed.

    Regards,
    Amit