Liquibase Parameters for Snowflake
This page lists all Liquibase parameters specific to Snowflake database connections. These parameters are available in Liquibase Pro/Secure and require a valid license.
For a list of general Liquibase parameters, see Liquibase Parameters.
Note: Syntax for each parameter is specified in kebab-case, camelCase, and MACRO_CASE.
For best results, specify all commands and parameters in the--kebab-caseformat in the CLI. If your preference is camelCase, it also works in the CLI.
Name ( | Type | Description |
| String | Specifies the authentication mechanism for connecting to Snowflake databases. Valid values: |
| String | Path to the private key file for PKI authentication. Required when |
| String | Passphrase for encrypted private key files. Required when using encrypted private keys with PKI authentication. See snowflake-auth-private-key-passphrase. |
| String | OAuth bearer token for OAuth authentication. Required when snowflake-auth-type=oauth. See snowflake-auth-type. |