Connects to the Unity Volumes of a Databricks workspace, in order to read/write files in downstreamnodes.
The resulting output port allows downstream nodes to access Databricks Unity Volumes as a file system, e.g. to read or write files and folders, or to perform other file system operations (browse/list files, copy, move, ...).
Path syntax: Paths for this connector are specified with a UNIX-like syntax, for example /example-catalog/example-schema/example-volume/myfolder/file.csv , which is an absolute path that consists of:
- a leading slash ( / )
- the name of a catalog in the workspace ( example-catalog )
- the name of a schema in the catalog ( example-schema )
- the name of a volume in the schema ( example-volume )
- The name of a folder or file in the volume ( myfolder/file.csv )