·
6 commits
to main
since this release
Release: v2.14.0
packages/databricks-vscode
(2026-08-20)
- Introduce frictionless Python environment setup that makes local Python setup for Databricks development just work. Because the extension already knows the compute you are targeting — a cluster's DBR version or a serverless environment version — it uses that single input to automatically build a local
.venvwhose 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 thedatabricks environments setup-localCLI command) resolves the target, fetches runtime-pinned dependency artifacts, installs the correct Python, and provisions a matched environment withdatabricks-connectready to go (#2124) (315f77d) - Add explicit per-row Copy actions to the configuration view (#2115) (fe1e4aa)
- Update Databricks CLI to v1.13.0 (#2136, #2109) (43af52d) — see the CLI release notes for changes