download_from_databricks_unity_catalog#

streaming.base.storage.download_from_databricks_unity_catalog(remote, local)[source]#

Download a file from remote Databricks Unity Catalog to local.

Note

The Databricks UC Volume path must be of the form dbfs:/Volumes/<catalog-name>/<schema-name>/<volume-name>/path.

Parameters
  • remote (str) – Remote path (Databricks Unity Catalog).

  • local (str) – Local path (local filesystem).