issue #7567 : VFS support for Databricks UC Volumes (Files API)#7575
Merged
Conversation
Add a named Databricks VFS connection (scheme = metadata name, auth via Databricks Connection, optional root path) and Commons VFS provider over the workspace Files API for browse/read/write/list/mkdir/rename/delete. Extract RestDatabricksFilesClient for Jobs deploy and VFS; log Move Files exceptions with full stack; document Hop-side vs Spark path dialect.
…sed SVGs Replace the simplified connection icon with the Databricks brand mark and remove unused job-run/job-wait/logo SVG duplicates.
Publish MainSpark exported metadata for named VFS schemes, cache Files API last_modified on VFS children, and skip mtime pre-filter only when known so Caching File locations on Volumes list correctly in the GUI. Document the Caching File + db-volume pattern with screenshots and cross-links from VFS, execution location, and Execution Information.
mattcasters
marked this pull request as ready for review
July 19, 2026 18:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7567
Summary
Add Apache Commons VFS support for Databricks Unity Catalog Volumes and Workspace files via the workspace Files API, with named connection metadata (MinIO-style).
Functionality
FILE_STORAGE): name = URI scheme; references Databricks Connection for host + PAT; optional root path soscheme:///inputmaps to{root}/input?recursivequery param)RestDatabricksFilesClient: shared Files API client; Jobs client delegates Volume/Workspace upload pathsOut of scope / notes
Test plan
./mvnw -pl plugins/tech/databricks test