Jim Hibbard
01/11/2023, 8:24 PMwithout_files
parameter?
2. What's the best way to get a reference to the filesystem object being used by a DeltaTable if I want to pass it to another method but with the same configuration / credentials?Will Jones
01/11/2023, 8:29 PMwithout_files
skips resolving the list of current files. I don’t think without_files
is useful yet in the Python bindings. It was implemented in Rust for append-only write use cases where they didn’t want to have to keep the list of files in memory.storage_options
aroundrtyler
01/11/2023, 8:43 PMget_storage_uri
off the DeltaTable
tooJim Hibbard
01/11/2023, 9:00 PMrtyler
01/11/2023, 9:01 PMJim Hibbard
01/11/2023, 9:04 PM