Databricks
Published 14 May 2024
Databricks
- Verified Versions: N/A
- Maintainer: Community
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:databricks://host:port/default;transportMode=http;ssl=1;httpPath=path;EnableArrow=0;AuthMech=3;UID=token;PWD=personal-access-token |
SSL support | Not tested |
Ships with Flyway Command-line | Yes |
Maven Central coordinates | com.databricks:databricks-jdbc |
Supported versions | N/A |
Default Java class | com.databricks.client.jdbc.Driver |
Java Usage
Databricks support is a separate dependency for Flyway and will need to be added to your Java project to access these features.
Maven
Database support
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-databricks</artifactId>
</dependency>
Gradle
dependencies {
implementation "org.flywaydb:flyway-database-databricks"
}