Skip to content

fix: stop running OPTIMIZE for auto liquid clustering - #1658

Open
sd-db wants to merge 2 commits into
1.13.latestfrom
sd-db/codex/issue-1655-skip-auto-optimize
Open

fix: stop running OPTIMIZE for auto liquid clustering#1658
sd-db wants to merge 2 commits into
1.13.latestfrom
sd-db/codex/issue-1655-skip-auto-optimize

Conversation

@sd-db

@sd-db sd-db commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Resolves #1655

Description

Stops auto_liquid_cluster from triggering synchronous OPTIMIZE after table, incremental, and snapshot materializations. dbt continues to configure automatic liquid clustering with CLUSTER BY AUTO, but no longer runs a synchronous OPTIMIZE after materialization.

Explicit zorder and liquid_clustered_by configurations retain their existing optimization behavior.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section
  • [Optional] I have run the dbt-databricks-pr-ready project skill for this PR and addressed its merge-readiness feedback

@github-actions

Copy link
Copy Markdown

Hey there and thank you for opening this pull request! 👋
We require pull request titles to follow the Conventional Commits specification.

Examples:

  • feat(JIRA-123): My awesome feature
  • fix: My awesome fix
  • fix(name-of-impacted-package): My awesome fix

@sd-db sd-db changed the title Stop running OPTIMIZE for auto liquid clustering fix: stop running OPTIMIZE for auto liquid clustering Aug 31, 2026
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants