Forum Discussion
Dataflow deploy in pipeline error
Hi , sartys
Thanks for your provided the error code , and i search this code in the Microsoft backend database.
I find this detailed errror:
Exception object created: Microsoft.PowerBI.WorkerService.ContentProvider.CopyOverwriteUsageException: All entities and corresponding polling queries should have entries in the query metadata
For this , you can first check if you meet the limitation for the dataflow, you can refer to :
The Power BI deployment pipelines process - Power BI | Microsoft Learn
Create deployment rules Power BI Application lifecycle management (ALM) - Power BI | Microsoft Learn
And for this error code ,the error message suggests that there is an issue with the query metadata of your dataflow.
You can check the query metadata of your dataflow. Ensure that all entities and corresponding polling queries have entries in the query metadata.If any entities or queries are missing, you need to check and refresh them.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- sartys3 years agoFrequent Visitor
Hi v-yueyunzh-msft , thank you for your anwser. Could you please explain me in more details how to "check the query metadata of your dataflow" and what should I look for ?
- v-yueyunzh-msft3 years agoCommunity Support
Hi , sartys
As I understand it, you can try to go into your dataflow first and check whether each table can return data correctly and whether there is an error.
If no error is reported, you can try refreshing the dataflow to rule out whether there is a problem with the dataflow or the pipeline.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- ecalzavara2 years agoAdvocate II
Hi Sartys,
Did you manage to sort this out? I am facing the same issue.
Thanks