Releases: paiqo/Databricks-VSCode
Releases Β· paiqo/Databricks-VSCode
v2.4.1
What's Changed
- fix various issues with filesInWorkspace by @gbrueckl in #170
- Merge branch 'master' into remove-filesInWorkspace-hack by @gbrueckl in #171
- Added proper default options for Azure connection by @chrizonix in #172
- Bump @koa/cors and @vscode/test-web by @dependabot in #181
- Updating Jobs Link by @MrTeale in #194
- Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #199
New Contributors
- @chrizonix made their first contribution in #172
- @MrTeale made their first contribution in #194
Full Changelog: v2.1.0...v2.4.1
v2.1.0
v2.1.0:
- introduced a new notebook type for
Scala
,SQL
andR
- removed interactive notebook kernel as it never really worked
- replaced it with new Databricks kernel to work with the new notebook type
- added a new Button for JSON files to
Send to Databricks API
- create/update cluster
- create/overwrite/update job
- added support for SQL widgets
- fixed an issue with
Databricks Connection Manager
wich was broken due to some changes in the Databricks extension (#143) - fix issue with named parameters in widgets (#128)
- minor fix to handle
pip install
more generic - removed support for code cells which never really worked
v2.1.0-pre
- introduced a new notebook type for
Scala
,SQL
andR
- removed interactive notebook kernel as it never really worked
- replaced it with new Databricks kernel to work with the new notebook type
- minor fix to handle
pip install
more generic
v2.0.0 Databricks extension integration
- added integration with official Databricks extensions
- new connection manager Databricks Extensions
- derive cluster for SQL Browser
- change cluster using Cluster Manager
- automatically create a Notebook Kernel for the configured cluster
- added File System
wsfs:/
to replacedbws:/
in the future (currently both are still supported)
v1.5.0
v1.5.0:
- added support for Widgets when running Notebooks
- fixed issue where the creation of
_sqldf
was also done for non-select statements resulting in duplicate exeuction of e.g.INSERT
statements - performance improvement when switching between Azure Databricks Connections
v1.4.0
- fixed an issue with the
Create cluster
link - rework Azure Connection Manager so it automatically uses existing crednetials without prompt
- added
Open Explorer
action to locally synced workspace items in Workspace Manager
v1.3.1
- change Azure Connection Manager to use VSCode Authenticatin Provider
- fix issue with Workspace Directory download
- rework Azure connectin manager
- fix issue where creation of _sqldf took unneccessarily long
- rename connection manager Web
- allow all connection managers in web
v1.3.0
v1.2.3
- Databricks Kernels are now moved to the top when opening a notebook from the local sync folder or via
dbws:/
- added
Insert
icons for Secrets and SecretScopes to easily add the code snippet to the current editor - fixed an issue with
%run
- added
Restart Kernel
to Databricks notebooks - added details specs of cluster to Notebook Kernel selector
- fixed an issue where the extension did not load when no default connection was specified
- fixed an issue with
%run
and absolute paths (#93) - fixed an issue with
Files in Repos
(#101) - fixed an issues with CLI Connection Manager (#99)
- fixed an issue when up-/downloading whole folders recursively in Workspace Manager
- prepare to make extension work in the web
- reworked API connection to use generic Fetch API instead of Axios library
- added build config for web-extension
- removed all external dependencies
v1.2.0
v1.2.0:
- fixed an issue with
%run
and absolute paths (#93) - fixed an issue with
Files in Repos
(#101) - fixed an issues with CLI Connection Manager (#99)
- fixed an issue when up-/downloading whole folders recursively in Workspace Manager
- prepare to make extension work in the web
- reworked API connection to use generic Fetch API instead of Axios library
- added build config for web-extension
- removed all external dependencies