Update from code changes: add dbt Core v1.12 to supported versions#958
Open
mintlify[bot] wants to merge 3 commits into
Open
Update from code changes: add dbt Core v1.12 to supported versions#958mintlify[bot] wants to merge 3 commits into
mintlify[bot] wants to merge 3 commits into
Conversation
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Update from code changes updated this PR. Corrected the dbt 1.12 sandbox note to reflect pre-release pins and that Databricks lacks a 1.12-compatible adapter. Source PRs
|
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds dbt Core v1.12 to the list of dbt versions preinstalled in the AI writeback self-hosted sandbox.
Changes
1.12alongside1.8–1.11in the supported dbt versions list on the AI writeback self-hosting page.latestbehaviour note to point at 1.12 (where the adapter has a 1.12 release).dbt-core==1.12.0rc1, pre-release Snowflake and BigQuery adapters), and that adapters without a 1.12-compatible release — including Databricks — stay on their existing 1.10/1.11-era pins.Context
Follows lightdash/lightdash#25313, which wires dbt Core v1.12 through the connection UI dropdown, CLI, backend image, and AI writeback sandbox.
Update history
latestbumped to 1.12 (feat(dbt): support dbt Core v1.12 lightdash#25313).dbt-core==1.12.0rc1with pre-release Snowflake/BigQuery adapters, and Databricks is not part of the 1.12 venv because no compatible release exists yet (fix(docker): pin dbt 1.12 pre-releases, unbreaking image builds lightdash#25327).