Update Databricks CLI to v1.13.0 - #2136
Merged
Merged
Conversation
eng-dev-ecosystem-bot
deployed
to
test-trigger-is
August 20, 2026 14:05 — with
GitHub Actions
Active
eng-dev-ecosystem-bot
deployed
to
test-trigger-is
August 20, 2026 14:05 — with
GitHub Actions
Active
Contributor
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
eng-dev-ecosystem-bot
requested a deployment
to
test-trigger-is
August 20, 2026 14:05 — with
GitHub Actions
Queued
rugpanov
approved these changes
Aug 20, 2026
Merged
rugpanov
added a commit
that referenced
this pull request
Aug 20, 2026
Release **v2.14.0** of the Databricks VS Code extension. Tracking: [DECO-28148](https://databricks.atlassian.net/browse/DECO-28148) ## packages/databricks-vscode - **Introduce frictionless Python environment setup** that makes local Python setup for Databricks development just work. Because the extension already knows the compute you're targeting — a cluster's DBR version or a serverless environment version — it uses that single input to automatically build a local `.venv` whose Python version and package set exactly match the runtime, eliminating the classic "works locally, breaks on Databricks" mismatch. This release delivers the fully automated uv path: one click in VS Code (or the `databricks environments setup-local` CLI command) resolves the target, fetches runtime-pinned dependency artifacts, installs the correct Python, and provisions a matched environment with `databricks-connect` ready to go. (#2124) - Add explicit per-row Copy actions to the configuration view (#2115) - Update Databricks CLI to v1.13.0 (#2136, #2109) — see the [CLI release notes](https://github.com/databricks/cli/releases) for changes ## packages/databricks-vscode-types _No changes._ [DECO-28148]: https://databricks.atlassian.net/browse/DECO-28148?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: releasebot <noreply@github.com> Co-authored-by: @rugpanov <gripanov@gmail.com>
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.
Update Databricks CLI to v1.13.0