Releases: paiqo/Databricks-VSCode
Releases Β· paiqo/Databricks-VSCode
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
v1.1.4
v1.1.4:
- added support for
dbutils.notebook.run
in Live-mode (via mountingdbws:/...
in VSCode workspace) - fixed some issues with legacy DBFS and Workspace browser
- fixed an issue with workspace browser file compare
- fixed an issue when opening a job in the browser
- fixed issue where Repo Manager did not use pagination of the API and hence did not show more than 20 entries