Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v0.3.12 (#687)
Release: v0.3.12
packages/databricks-vscode
0.3.12 (2023-05-03)
- Fix: "Configure Autocompletion for Globals" was unable find type stubs, closes #678
- Fix: .databricks.env file would start adding multiple quotes to existing variables
Release: v0.3.11 (#677)
Release: v0.3.11
packages/databricks-vscode
0.3.11 (2023-04-25)
- Feature: All customers should start seeing prompt for switching to using Workspace as sync destination.
- Feature: Move autcompletion for globals to
__builtins__.py
from internal stubs. - Fix: Prepend cwd to PYTHONPATH so that local changes take precedence over installed libraries, fixes #673
Release: v0.3.10 (#669)
Release: v0.3.10
packages/databricks-vscode
0.3.10 (2023-04-20)
- Fix: Method for finding installed python packages was failing on windows.
Release: v0.3.9
Release: v0.3.9
packages/databricks-vscode
0.3.9 (2023-04-19)
- Feature: Experimental Databricks Connect V2 integration. Add
debugging.dbconnect
todatabricks.experimental.optIn
vscode workspace setting, to start using the new integration. - Feature: Next phase of Files in Workspace rollout. 50% of users should start seeing prompts to switch to workspace as sync destination.
Release: v0.3.8
Release: v0.3.8
packages/databricks-vscode
0.3.8 (2023-04-17)
- Feature: Add OAuth support.
- Feature: Add Telemetry to VS Code Extension.
- Fix: Don't sync .databricks folder even if it is not added to .gitignore, fixes #628
- Feature: Enable workspace folder as sync destination for some of the users. They should now see a popup to start using workspace as sync destination, if they are on clusters with
dbr 11.2
or greater. - Fix: Treat cluster in RESIZING state as running clusters, fixes #618
- Fix: Reverted changes to the exported API. This had broken some downstream projects such as SQLTools Databricks Driver and Databricks Power Tools for VSCode.
- Feature: Environment files for python are now managed by the databricks extension. Added a setting
databricks.python.envFile
which overridespython.envFile
.python.envFile
is internally managed by the databricks extension. Users should usedatabricks.python.envFile
instead.
Release: v0.3.7 (#597)
Release: v0.3.7
packages/databricks-vscode
0.3.7 (2023-03-21)
- Fix: (Experimental) Show only directories in sync destination quickpick.
- Fix: (Experimental) Fix creation of .ide if it doesn't exists.
- Fix: Fix PATH delimiter on Windows, closes #576
Release: v0.3.5
Release: v0.3.5
packages/databricks-vscode
0.3.5 (2023-03-17)
- Fix: Fix for syncing issues with files having " ", "+" and "#" characters in the file name, closes #555 reported by @AndreiCalin24 and #468 reported by @arturomf94
- Fix: Prevent relogin when project.json is updated after first login.
- Feature: (Experimental) Add prompts to switch to repos when Files in Workspace is not supported.
- Feature: (Experimental) Provide default sync destination if not set.
- Feature: (Experimental) Add transparent wrapper for workflow runs when running using files in workspace.
Release: v0.3.4 (#548)
Release: v0.3.4
packages/databricks-vscode
0.3.4 (2023-03-10)
Release: v0.3.3
Release: v0.3.3
packages/databricks-vscode
0.3.3 (2023-03-06)
- Feature: Add refresh button to refresh results of a Workflow run, closes #520 reported by @virtualdvid
- Feature: Add
databricks.overrideDatabricksConfigFile
VS Code setting to override the location of.databrickscfg
file, closes #518 - Fix: jump-to-error links were not displayed when
Run File on Databricks
runs failed - Fix: sync was hanging when moving files
- Fix: Files with certain special charecters (such as #-hash) in their names were not synced correctly.