Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more
When you create a connection to a warehouse, lakehouse or KQL DB, the connection is "absolute", meaning that the workspace ID is hardcoded into the connection.
This gives issues when you deploy the pipeline to another workspace with deployment pipelines, because ADF will try to resolve the connection using the original workspace, instead of the new workspace.
It can't find it, so the connection gives an error.
You can work around the issue by parameterizing the connection entirely, as described in this blog post:
https://sqlkover.com/dynamic-warehouse-lakehouse-connections-in-microsoft-fabric-data-pipelines/
However, it would be better if you could create a "relative" connection. This means: find the warehouse with the same name in the current workspace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.