Back to Flyway

Fabric Data Warehouse

documentation/Reference/Database Driver Reference/Fabric Data Warehouse.md

latest2.4 KB
Original Source
  • Status: {% include preview.html %}
  • Verified Versions: Latest
  • Maintainer: {% include redgate-badge.html %}

Supported Versions and Support Levels

{% include database-boilerplate.html %}

Driver

ItemDetails
URL format<code>jdbc:sqlserver://<i>host</i>:<i>port</i>;databaseName=<i>database</i></code>
SSL supportYes - add ;encrypt=true
Ships with Flyway Command-lineYes
Maven Central coordinatescom.microsoft.sqlserver:mssql-jdbc
Supported versions12.0 and later
Default Java classcom.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.