Forum Discussion
deployment pipelines
Hello,
Does anyone know if you can use deployment pipelines with Datasets which use Dataflows (as their data source) contained in another workspace which is a workspace not apart of the deployment pipeline?
Any information would be greatly appreciated,
MGarrett
4 Replies
- lbendlinSuper User
Yes, deployement pipelines only manage the meta data synchronization - they don't really care if your permissions are set correctly everywhere.
- mgarrettdevNew Member
Hi lbendlin,
Let me try to clarify what I am asking. I am not asking about permissions but asking about dependencies between different Power BI objects because if you deploy from, say, the development stage to the test stage, if a report is dependent on a shared dataset then that shared dataset must be deployed with the report to the test stage(workspace) otherwise the deployment will fail. At least, that is my understanding of deployment pipelines. So I am asking is this dependency applicable to dataflows as well...? Hope that makes sense.
I appreciate you taking the time to respond to my post,
MGarrettDev
- lbendlinSuper User
You are not deploying a shared dataset. You are deploying a link to a shared dataset. You are only moving meta data around, not actual data.