Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v0.0.9
Release: v0.0.9
packages/databricks-vscode
0.0.9 (2023-01-09)
- Fix: Don't show
start cluster
icon for terminating clusters. Wait for termination. - Update license to Databricks License
Release: v0.0.8 (#325)
Release: v0.0.8
packages/databricks-vscode
0.0.8 (2022-12-23)
- Fix: Properly detect the Azure CLI
az
on Windows - Fix: Fix synchronizing files located in folders on Windows
- Fix: Improve host name validation in the workspace configuration wizard
- Fix: Fix bug in project.json parsing
Release: v0.0.7 (#314)
Release: v0.0.7
packages/databricks-vscode
0.0.7 (2022-12-20)
- Feature: Add code completion support for Databricks globals such as
spark
ordbutils
- Feature: Add support for logging in using the Azure CLI. This allows users to use the extension with Azure Active Directory (AAD).
Release: v0.0.6
Release: v0.0.6
packages/databricks-vscode
0.0.6 (2022-12-05)
- Feature: Click to file from Python error stacktraces when using "Run on Databricks".
- Feature: Show stdout when job fails with exception.
Release: v0.0.5 (#262)
Release: v0.0.5
packages/databricks-vscode
0.0.5 (2022-11-30)
- critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
- fix: Make sure line numbers in python stack traces are correct.
- fix: Correctly generate logfile on Windows
Release: v0.0.4
Release: v0.0.4
packages/databricks-vscode
0.0.4 (2022-11-28)
- Feature: Support environment variables in 'Run on Databricks' custom debug config
- Fix: Make copy to clipboard on OSX from the workflow run webview
- Fix: Fix file synching on Windows
- Fix: Properly handle starting a stopping cluster
- Fix: Register
Databricks task
and kill task terminal on error
Release: v0.0.3 (#235)
Release: v0.0.3
packages/databricks-vscode
0.0.3 (2022-11-21)
- Added command
Open full logs
to open the log output folder - Turn filtering of accessible cluster off by default. Can be enabled using the setting
databricks.clusters.onlyShowAccessibleClusters
- Allow running ipynb files as workflows
- Improve handling cases where the user doesn't hve administrator permissions in the Databricks workspace
- Show warning when the name of the selected Databricks Repo doesn't match the local workspace name
- Add setting
databricks.bricks.verboseMode
to show debug logs for the sync command
Release: v0.0.2
Release: v0.0.2
packages/databricks-vscode
0.0.2 (2022-11-15)
- First private preview release