Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article contains release notes for each version of the warehouse item's internal system file.
Important
This feature is in preview.
Each version introduces a specific set of changes. Review the changes for your target version before you apply and commit a system update. As Fabric releases new system file versions in the future, the changes for those versions are added to this section.
Tip
For a step-by-step guide to upgrade your warehouse, see Upgrade the system file version of a warehouse in a Git integrated Fabric workspace.
Version 2.0
Version 2.0 of the warehouse item definition uses an updated DacFx integration and introduces the following changes:
The
Microsoft.Build.SqlSDK reference in the.sqlprojfile is updated to version2.3.0-preview.1.- An SDK version that's behind the current Microsoft.Build.Sql package version indicates an out-of-date project file. For more information, see Microsoft.Build.Sql and Templates Releases. For more information and steps to resolve, see Troubleshoot Git integration for Fabric warehouse development.
System references are added to the
.sqlprojfile.All shared queries move to a
.sharedqueriesfolder at the root of the database project. The.sharedqueriesfolder isn't visible by default on macOS and Linux, because folder names that start with a period are treated as hidden. Configure your file explorer or terminal to show hidden files to see the folder.The
XMLA.jsonfile is excluded from Git integration and is no longer tracked.A
.gitignorefile is added at the warehouse project level.All object definitions are re-extracted to support constraints, identity columns, clustering, and consistent modeling and formatting. This re-extraction ensures that subsequent Git commits produce clean, minimal differences instead of large, unresolved changes.
Version 1.0
General availability.