Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v0.2.0 (#434)
Release: v0.2.0
packages/databricks-vscode
0.2.0 (2023-02-13)
- Feature: Allow creation of Repos directly from the IDE
- Feature: Add
bricks
CLI to the PATH of VS Code terminals - Feature: Watch
.gitignore
files for changes while sync is running - Breaking change: Rename extension from
databricks-vscode
todatabricks
so it can be published to the VS Code marketplace.
Release: v0.0.11 (#409)
Release: v0.0.11
packages/databricks-vscode
0.0.11 (2023-01-30)
- Feature: Allow running Scala, R and SQL notebooks as workflow
- Feature: List hostnames from
~/.databrickscfg
when selecting a host - Feature: Take into account
.gitignore
rules defined in parent directories for file syncronization. - Feature: Make
az login
work on Github CodeSpaces - Experimental feature: Add support for synchronizing to a workspace folder (Files in Workspace)
- Fix: Don't show error when config file doesn't exist
- Fix: Support
az login
when user doesn't have a subscription - Fix: Gracefully handle adding a profile when
~/.databrickscfg
doesn't exist - Fix: Running the "full sync" command now resets the synchronization state
- UI tweaks: Clean up and unify items in the side panel
Release: v0.0.10 (#365)
Release: v0.0.10
packages/databricks-vscode
0.0.10 (2023-01-16)
- Update to use the latest JavaScript SDK for Databricks
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