Fabric Data Warehouse
Published 10 July 2025
- Status: Preview
- Verified Versions: Latest
- Maintainer: Redgate
Supported Versions and Support Levels
- For information regarding the supported version and support levels available, please see Supported Databases for Flyway
- For information regarding the Flyway features available, please see Flyway feature summary
Driver
Item | Details |
---|---|
URL format | jdbc:sqlserver://host:port;databaseName=database |
SSL support | Yes - add ;encrypt=true |
Ships with Flyway Command-line | Yes |
Maven Central coordinates | com.microsoft.sqlserver:mssql-jdbc |
Supported versions | 12.0 and later |
Default Java class | com.microsoft.sqlserver.jdbc.SQLServerDriver |
Connectivity is through Flyway's existing SQL Server component so you can refer the SQL Server page for further details on how to connect and communicate with the database.
Fabric Data Warehouse Specific Issues
None currently
Foundational capabilities only
Only foundation-level capabilities (migrations) are supported. Advanced capabilities like generation of SQL, state-based workflows or drift detection will not currently work.
Authentication
Fabric Data Warehouse typically requires Microsoft Entra authentication. Ensure your connection string includes appropriate authentication parameters.
For detailed authentication setup, refer to the SQL Server page authentication section.