Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I created a pipeline that
When I run the pipeline, I get the error "Microsoft.DataTransfer.Execution.Core.ExecutionException: Refresh Dataflow failed with status: NotFound message: Not Found". I'd expect the dataflow to run as it exist already.
Can you tell what the issue could be?
Solved! Go to Solution.
Hi @gopala000 ,
The error message “Refresh Dataflow failed with status: NotFound” indicates that the pipeline was unable to find the specified Dataflow Gen2.
The dataflowId variable value used in the pipeline is not the actual resource ID (GUID) of the Dataflow Gen2, but a Name or other invalid value. Try extracting the ID from the URL to ensure that the variable value matches that ID exactly.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks @v-kongfanf-msft !! Taking the dataflow GUID from the Url worked.
https://app.fabric.microsoft.com/workloads/dataflows/author/capacityObjectId/<my_capacityObjectId>/dataflowId/<my_dataflowId>/extensionActionId/<my_extensionActionId>/workspaceObjectId/<my_workspaceObjectId>?experience=fabric-developer
Hi @gopala000 ,
The error message “Refresh Dataflow failed with status: NotFound” indicates that the pipeline was unable to find the specified Dataflow Gen2.
The dataflowId variable value used in the pipeline is not the actual resource ID (GUID) of the Dataflow Gen2, but a Name or other invalid value. Try extracting the ID from the URL to ensure that the variable value matches that ID exactly.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
2 |