Skip to main content

USER_INIT_ENVIRONMENT_VERSION_ENABLEMENT_BLOCKED error condition

SQLSTATE: 42000

Detected that enabling the environment version configuration on this pipeline might change its behavior. This update was aborted safely before any data was written. Remove the environment version setting from the pipeline configuration to restore the pipeline to prior state. Cause:

FINGERPRINT_MISMATCH

We detected the pipeline's query plan or session configuration changed after enabling environment version. This may be due to changes in your pipeline or behavior changes from environment version. If you've changed your pipeline since the last update, remove the environment version setting, run the pipeline once to refresh the baseline, then re-enable environment version. To investigate behavior changes from environment version, set 'pipelines.environmentVersion.enableCompatibilityScan' = 'true' in the pipeline configuration to identify which changes were detected.

NO_PREVIOUS_FINGERPRINT

No sufficient baseline data was found to validate that this enablement is safe. This can occur when no recent pipeline run is available. Trigger a pipeline run without environment version to generate the baseline data. If the issue persists, the pipeline may not have the latest infrastructure to reliably detect behavior changes for environment version enablement. Please contact Databricks support.

REQUIRES_REFRESH_ALL

This update does not refresh all tables and is therefore not eligible for environment version enablement. Trigger a pipeline run with 'Refresh all' to enable the environment version on this pipeline.