Forum Discussion
Dataflow stuck in publishing loop
- 1 year ago
Hi Anonymous ,
I was eventually able to raise a support ticket on this. The solution turned out to be to use the Power BI API calls and raise a DELETE dataflow call for this dataflow.
For others that may need to do this the API can be found here:
Dataflows - Delete Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Learn
You will need the workspace id and dataflow id to run the API.
Use Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the workspace id.
Use Dataflows - Get Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the dataflow id.
Hope this helps someone else.
Fergus
HI ftuomey,
Did this dataflow destination (Lakehouse) is added? AFAIK, current there are some known issues about dataflow refresh and creating staging lakehouse, perhaps you can take a look at the following links and official known issue if they meet to your scenario.
Regards,
Xiaoxin Sheng
Hi,
It is stuck at the "Publish in Progress" stage. Does it require the staging lakehouse at that point?
I've read the articles on the two links you sent. I'm not sure if the first one applies. It hasn't got to the refresh stage yet. It is still publishing.
And I've look at all the known issues. I couldn't find one that quite matched my situation.
Thanks,
Fergus