Forum Discussion
Getting the latest update of a dataflow gen 2 CI/CD via API
Hello colleagues, I go crazy π
some new Dataflows have been developed type gen2 (CI/CD). Now I could collect the dataflows via the new api
Jochen
Hi joschu-web
In the link below you can find the API that you have to use to get the refresh history for a data flow Gen 2. This is different because it now runs under the Fabric REST APIs Public APIs Capabilities for Dataflow Gen2 in Fabric Data Factory - Microsoft Fabric | Microsoft Learn
2 Replies
- GilbertQ
Super User
Hi joschu-web
In the link below you can find the API that you have to use to get the refresh history for a data flow Gen 2. This is different because it now runs under the Fabric REST APIs Public APIs Capabilities for Dataflow Gen2 in Fabric Data Factory - Microsoft Fabric | Microsoft Learn
- joschu-webFrequent Visitor
Thanks Gilbert,
I also found this one yesterday. And 30 out of 60 Dataflows could deliver runs. I calles it with a get
https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/items/{itemId}/jobs/instances. But Not sure why the other 50% do not deliver data. Are pipeline scheduled Dataflows not listed there ? do you know ?