Introducing Agent Safe Governance for the AI Era

databricks-diff-tblproperties-ignore-all

Last updated: June 9, 2026

Uses

Use this parameter to ignore all TBLPROPERTIES during diff, diff-changelog, and generate-changelog operations against Databricks. This prevents false positive drift detection caused by system-managed TBLPROPERTIES that Databricks automatically sets.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Liquibase properties file (defaults file)

liquibase.databricks.diff.tblproperties.ignoreAll: <true|false>

Global flow file argument (example)

stages: Default: actions: - type: liquibase command: diff

globalArgs: { databricks-diff-tblproperties-ignore-all: "<true|false>" }

Global CLI parameter

liquibase --databricks-diff-tblproperties-ignore-all=<true|false>diff

--changelog-file=example-changelog.xml

JVM system property JAVA_Opts Environment Variable

Unix:

JAVA_OPTS=-Dliquibase.databricks.diff.tblproperties.ignoreAll=<true|false>

Windows:

JAVA_OPTS=-D"liquibase.databricks.diff.tblproperties.ignoreAll"=<true|false>

Liquibase environment variables

LIQUIBASE_DATABRICKS_DIFF_TBLPROPERTIES_IGNORE_ALL=<true|false>