Forum Discussion
Deployment report from one workspace to another
- 2 years ago
Hello!
If you have premium capacity in your organization, you can use the "Deployment pipelines" feature, which allows you to automate the movement of objects between DEV, Test, and Production workspaces.
Reference: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines
Hello!
If you have premium capacity in your organization, you can use the "Deployment pipelines" feature, which allows you to automate the movement of objects between DEV, Test, and Production workspaces.
Reference: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines
Hi marcosvin ,
I was pretty sure that deployment pipelines will not solve my issue - that this feature works only for a case workspace-to-workspace.
After checking again doc and after some tests it work like a charm 🙂
Doc says (https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/understand-the-deployment-process)
Deployment pipelines automatically binds items that are connected across pipelines, if they're in the same pipeline stage. When you deploy such items, deployment pipelines attempts to establish a new connection between the deployed item and the item it's connected to in the other pipeline. For example, if you have a report in the test stage of pipeline A that's connected to a semantic model in the test stage of pipeline B, deployment pipelines recognizes this connection.
Thanks!!