Update Databricks CLI to v1.12.1 - #2109
Conversation
Executive summary — Databricks CLI v1.11.0 → v1.12.1CLI
Bundles
Dependency updates
What could be integrated into the VS Code extension experience1. Graduating the uv Python-setup feature — the headline unblock (flag-flip on existing plumbing, not new code). Crucially, the whole flow ships disabled by default. The comment at Honest effort caveat: this is a gating/validation decision, not a build-out — the code path exists. The one thing to verify before flipping it on is that the released command's flag surface ( 2. Gemini CLI and Pi as aitools install targets — a no-op that's a free user-facing win. 3. 4. The 5. Explicit no-ops for the extension:
Don't forget to re-fetch the bundled CLI after this bump lands ( 🤖 Auto-generated executive summary of the CLI v1.11.0 → v1.12.1 changelog. Integration notes are opportunities, not commitments — verify before acting. |
|
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. |
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>
Update Databricks CLI to v1.12.1