Forum Discussion
How to measure time of report uploading using REST APIs?
- 1 year ago
There's nothing else available beyond the polling you are already doing.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com
Ok so if you have report which take 30 min to upload how to automate workflow to refresh it after?
how people solve it?
Best,
Jacek
Set a refresh schedule before the upload. That will result in an automatic refresh attempt after the upload completes.
- jaryszek1 year agoSuper User
Ok but if report is not uploaded, i will get failure? What then?
- lbendlin1 year agoSuper User
correct the issue and try again?
- jaryszek1 year agoSuper User
My workflow for customer should ends after uploading and refreshing report.
So the sequence of rest apis will create workspace, upload report and refresh after updating.
If refresh lasts 30 min i need to know it somehow to trigger rest api immidietely after it is done.
Sheduled refresh will not work in this case.
Best,
Jacek