Releases: paiqo/Databricks-VSCode
Releases · paiqo/Databricks-VSCode
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
v1.1.3
v1.1.2
v1.1.1
- make File System Integration work without having to open the Databricks tab first
- fixed issues with File System Integration
- folders with a single sub-folder only now work
- fixed an issue where Repos did not work/could not be browsed properly
- switch focus to VSCode Explorer when adding DBFS/Workspace to the VSCode workspace
- added
Pull
Button to the Repo Manager to pull the latest changes from Git - added proper HTML output for notebooks/executions that returned HTML as plain text
- fixed issue with Workspace Manager where files could not be downloaded properly anymore
v1.1.0
- added File System APIs for
dbfs:/
(same as in Databricks) and alsodbws:/
for the workspace/notebooks - added support for Files in Repos
- fixed issue with
Execute All Cells
in notebook kernel - fixed issue with multiple notebooks connected to the same kernel
- added packaging of the source code with webpack for improved loading times
v1.0.0
v0.8.0
v0.6.0
- Reworked DBFS browser - Thanks to JacekPliszka9
- now also downloads to local sync folder (similar to Workspace browser)
- supports up-/download from/to local file
- potential fix for "enableProposedAPI"
v0.5.3
- fix issue with dots ('.') in folder names (e.g. in user-folders) - Thanks to JacekPliszka9
- another fix issue with deprecated '.py.ipynb' file extensions