This node connects to the Databricks File System (DBFS) of a Databricks deployment. The resulting output port allows downstream nodes to access DBFS 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 DBFS are specified with a UNIX-like syntax, for example /myfolder/file.csv , which is an absolute path that consists of:
- A leading slash ( / ).
- The name of a folder ( myfolder ), followed by a slash.
- Followed by the name of a file ( file.csv ).