Skip to content

yggdrasil.databricks.cli.services.fs

fs

ygg databricks fs — a filesystem CLI over the :class:DatabricksPath abstraction, uniform across Workspace / Volumes / DBFS.

Every <uri> is resolved with DatabricksPath.from_(uri, client=...) so the same verbs (ls, cat, put/get, cp/mv, rm …) work — and cp/mv move bytes across surfaces (e.g. a Workspace file into a Volume) through one read/write contract.