Skip to content

Releases: paiqo/Databricks-VSCode

v2.5.0

11 Feb 09:45
Compare
Choose a tag to compare

v2.5.0:

  • added a new config setting databricks.workspace.root to set the root from where the Workspace Manager starts (205)
  • fixed issues where refresh of treeviews was not working properly

v2.4.2:

  • fixed issues with widgets. Support for Spark-connect clusters and Scala
  • fixed issue with driverpath that is when using the notebook experience

v2.4.1:

  • fixed issue with notebook serialization not working properly for markdown

v2.4.0:

  • added interactive kernel again (202)

v2.3.6:

  • fixed another issue with expiring tokens (196)

v2.3.5:

  • fixed issue with expiring tokens (196)

v2.3.4:

  • fixed another issue with regular Python files (type FILE) in the workspace when created locally (195)

v2.3.3:

  • fixed issue with regular Python files (type FILE) in the workspace when created locally (195)

v2.3.2:

  • fixed issue with SQL Widgets (190)

v2.3.1:

v2.3.0:

  • fixed issue with %run and .py files where the logic was different from the Databricks UI implementation (180)
  • added new error message for nested calls to %run/dbutils.notebook.run (175)

v2.4.1

16 Jan 10:24
9f00b83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.4.1

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