Managing Multi-Warehouse Dependencies with DacFx
Data Warehouse · Public preview · Planned
Description
DacFx support for cross-warehouse references allows developers to define and manage dependencies between objects in different Fabric Warehouses. For example, a table in Warehouse A might reference a view in Warehouse B. With DacFx: These references can be tracked and versioned in Git, just like regular schema changes. Deployments can validate and update cross-warehouse objects safely, reducing the risk of broken references. It supports incremental, non-destructive deployments, ensuring that changes in one warehouse don't unexpectedly break dependencies in another.Cyclic dependencies between warehouses are not supported, so any circular references across warehouses must be avoided.
Change History
-
2025-11-18
Roadmap Item Added
Workload: Data Warehouse