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.

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.