Directory.mount
Directory.mount(path=os.cwd(), *, foreground=False) → Path
Parameters:
Returns:
Examples:
import redivis
dir = redivis.table("table_ref").to_directory()
# All files are now (instantaneously!) available on the local filesystem, though they
# will need to be downloaded as they are accessed.
dir.mount("/scratch/files")
Last updated
Was this helpful?

