Skip to content

Releases: paiqo/Databricks-VSCode

v2.1.0

14 Apr 14:37
Compare
Choose a tag to compare

v2.1.0:

  • introduced a new notebook type for Scala, SQL and R
  • 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

04 Apr 10:11
Compare
Choose a tag to compare
v2.1.0-pre Pre-release
Pre-release
  • introduced a new notebook type for Scala, SQL and R
  • 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

20 Mar 11:57
a5189fe
Compare
Choose a tag to compare

v1.5.0

07 Feb 21:24
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

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

18 Jan 22:19
Compare
Choose a tag to compare
  • 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

22 Dec 09:35
Compare
Choose a tag to compare
  • 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

22 Nov 20:52
Compare
Choose a tag to compare

added support for Azure connections (#108)
added _sqldf (#109)
improved user experience for inputboxes
added connection manager for web (= manual input) - PREVIEW only
improvements for virtual workspace
change Treeviews to use createTreeView for better control
updated README

v1.2.3

28 Oct 14:09
Compare
Choose a tag to compare
  • 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

19 Oct 07:35
Compare
Choose a tag to compare

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

28 Sep 11:28
Compare
Choose a tag to compare

v1.1.4:

  • added support for dbutils.notebook.run in Live-mode (via mounting dbws:/... 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