Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello EveryOne @Everyone , So I'm trying to use one big orchestration pipeline to trigger different sub pipelines and dataflows according to the parameters provided. So based on the dataflow ID that I provide it should trigger the respective dataflow. But everytime I trigger my pipeline the dataflow fails. I don't understand what's wrong. When I manually hardcord the associated dataflow with the pipeline then it works, but when I try to call the dataflow using the provided variables it fails. Also the dataflow itself runs fine, i checked it by triggering it manually and it worked fine. If some one could help me solve the issue. It'd be really helpful.
Solved! Go to Solution.
Hello @4019Charan - I tested triggering dataflows Gen2 with and without CICD using dynamic content filled by parameters and variables. The dataflow Gen2 with CICD failed with both parameters and variables while the dataflow Gen2 without CICD was successful with both parameters and variables. Are you using dataflow gen2 with CICD? If so, can you try it with out CICD? I have included a screenshot below showing the runs and have also attached the data pipeline for you.
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
Hello jennratten, so you are right I have tried to build with dataflowGen2 with CI/CD. Since I've already built out the solution is there any way that I could turn off the CI/CD to my existing dataflowGen2?
Hello @4019Charan - I tested triggering dataflows Gen2 with and without CICD using dynamic content filled by parameters and variables. The dataflow Gen2 with CICD failed with both parameters and variables while the dataflow Gen2 without CICD was successful with both parameters and variables. Are you using dataflow gen2 with CICD? If so, can you try it with out CICD? I have included a screenshot below showing the runs and have also attached the data pipeline for you.
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
Thank you @jennratten . so it does work without CICD but not with CICD. I wonder what could be the problem. But thanks for pointing that out. I really appreciate it.