download_from_gcs#

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

Download a file from remote GCS to local.

Parameters
  • remote (str) – Remote path (GCS).

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