Forum Discussion
Deployment pipeline - data caching
- 9 months ago
Hi CarlBlunck,
Items that are supported by the deployment pipelines can all be moved at the same time. See the documentation for supported items: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines?tabs=new-ui
Also see this great blog post: https://discoveringallthingsanalytics.com/fabric-deployment-pipelines-guide-dynamic-warehouse-connections-in-microsoft-fabric-pipelines/
If you found this helpful, cosnider giving Kudos. If I solved your problem or answered your question, mark this post as a solution.
- 9 months ago
Yes. If you have a dataflow gen2 in say the dev stage, that is reading and writing to a lakehouse in the same stage (in this example dev), and you deploy it to test stage. The dataflow in the test stage will still be reading and writing to the lakehouse in the dev stage. You will have to manually modify the dataflow in the test stage to read/write to the lakehouse in the test stage.
Yes. If you have a dataflow gen2 in say the dev stage, that is reading and writing to a lakehouse in the same stage (in this example dev), and you deploy it to test stage. The dataflow in the test stage will still be reading and writing to the lakehouse in the dev stage. You will have to manually modify the dataflow in the test stage to read/write to the lakehouse in the test stage.