New Webinar: Govern roles, shares, and data movement in Snowflake

Learn how to govern Snowflake roles, shares, and data movement without slowing delivery. Join our live webinar on controlling drift, permissions, and audit readiness.

Liquibase Parameters for Databricks

Last updated: December 12, 2025

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 General Liquibase Parameters.

For more information about Databricks, see What Databricks features does Liquibase support?. For a getting started tutorial, see Connect 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.