Skip to content

Releases: paiqo/Databricks-VSCode

v0.5.2

18 Jun 07:31
Compare
Choose a tag to compare
  • fix issues with deprecated file extension '.py.ipynb'. Also removed it from configuration settings (but it still works)
  • reworked UseCodeCells to now use the code cell tags provided by Databricks instead of adding new ones
  • refresh on Connections Tab now also re-activates the current connection to reload the configuration

v0.5.1

10 Jun 06:44
Compare
Choose a tag to compare

fix issue with wrong/unsupported file extensions when downloading notebooks

v0.5.0

04 Jun 17:17
Compare
Choose a tag to compare
  • added support for Code Cells which can be enabled using the new configuration property "useCodeCells"
  • minor fixes for connection manager

v0.4.1

05 May 20:31
Compare
Choose a tag to compare

added better validation of configuration settings
use of defaults if no values were provided

v0.4.0

17 Apr 17:43
Compare
Choose a tag to compare

Moved all settings to user-settings to avoid any sensitive values in the workspace settings
Reworked connections internally (formerly known as environments)

v0.3.5

01 Apr 20:09
Compare
Choose a tag to compare
  • added better logging for API calls
  • fix issue with API Root URL
  • added compare feature for source files

v0.3.4

01 Apr 14:43
Compare
Choose a tag to compare

improved logging for better API call debugging

v0.3.3

24 Mar 19:22
Compare
Choose a tag to compare

added logging for API calls
reworked Workspace classes

v0.3.0

16 Mar 20:15
Compare
Choose a tag to compare
  • added compare feature for local vs. online files/notebooks
  • added configuration for export formats and local file extensions
  • change enableProposedAPIs to false

v.0.2.5

11 Mar 11:48
Compare
Choose a tag to compare
  • added configuration option for export formats
  • rework file extension to language mapping
  • add logger to console window
  • update Readme.md