databricks-cli/libs/filer
shreyas-goenka d0e9953ad9
Use direct download for workspace filer read (#514)
## Changes
Use the download method from the SDK in the read method for the WSFS
implementation of the filer interface.

Closes #452.

## Tests
Tested by existing integration tests
2023-06-23 15:17:39 +02:00
..
dbfs_client.go Remove extra call to filer.Stat in dbfs filer.Read (#515) 2023-06-23 15:08:22 +02:00
filer.go Add implementation of filer.Filer for local filesystem (#460) 2023-06-12 15:53:58 +02:00
files_client.go Add filer.Filer implementation backed by the Files API (#474) 2023-06-19 18:29:13 +00:00
fs.go Add fs.FS adapter for the filer interface (#422) 2023-06-02 12:49:59 +00:00
fs_test.go Add implementation of filer.Filer for local filesystem (#460) 2023-06-12 15:53:58 +02:00
local_client.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
root_path.go Add Mkdir and ReadDir functions to filer.Filer interface (#414) 2023-05-31 11:11:17 +02:00
root_path_test.go Add Mkdir and ReadDir functions to filer.Filer interface (#414) 2023-05-31 11:11:17 +02:00
slice.go Abstract over file handling with WSFS or DBFS through filer interface (#135) 2022-12-14 15:37:14 +01:00
slice_test.go Abstract over file handling with WSFS or DBFS through filer interface (#135) 2022-12-14 15:37:14 +01:00
workspace_files_client.go Use direct download for workspace filer read (#514) 2023-06-23 15:17:39 +02:00