Forum Discussion
GeekAlfPro
9 months agoHelper V
CI/CD dataflow issue
Hello, In Fabric, i have 2 workspaces (tests and prod) i have azure devops repos (tests and prod) i use the pipeline deployment to switch between both. i have a datapipeline that calls 4 dataf...
tayloramy
9 months agoSuper User
Hi GeekAlfPro ,
You can't do this natively with deployment pipelines, but you should be able to use variable libraries to achieve this.
See this documentation: https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-variable-library-integration
Be sure that after you edit the mashup.pq file in DevOps, that you do a pull in the workspaces so they pull down the changes - modifying things in git will not change them in your workspace without doing a pull.
You can also look at this post: https://community.fabric.microsoft.com/t5/Fabric-platform/Deployment-using-dataflow-Gen-2/m-p/4820064
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.