Liquibase Parameters for Databricks
You can control the way Liquibase behaves when running commands on your Databricks database by setting Liquibase parameters. For example, you can use them to configure OAuth authentication.
For a list of general Liquibase parameters, see Liquibase Parameters.
For more information about Databricks, see Using Liquibase with Databricks Platforms. For a getting started tutorial, see Using Liquibase with Databricks SQL.
List of parameters
Note: Syntax for each parameter is specified in kebab-case
(CLI and flow file), camelCase
(properties file and JAVA_OPTS
), and MACRO_CASE
(environment variable).
Tip: For best results, specify all commands and parameters in the --kebab-case
format in the CLI. If your preference is camelCase, it also works in the CLI.
Name (--cli , {flow-file} , propertiesFile , ENV_VAR ) |
Type | Description |
---|---|---|
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the authentication mechanism for Liquibase to use with Databricks. Valid values are: |
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the catalog for Liquibase to use with Databricks. |
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the HTTP path of the compute resource (a Databricks cluster or a Databricks SQL warehouse) for Liquibase to use. |
Read more: |
Integer |
Liquibase Pro Databricks extension 1.0.0+. Specifies the OAuth2 authentication flow for the Databricks driver connection. Valid values are: |
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the Client ID for OAuth authentication on Databricks. The Client ID is the service principal's UUID or Application ID value. |
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the Client Secret for OAuth authentication on Databricks. The Client Secret is the service principal's OAuth Secret value. |
Read more: |
String |
Liquibase Pro Databricks extension 1.0.0+. Specifies the schema for Liquibase to use with Databricks. |