Shreyas Goenka
d876eaf619
add comments
2023-05-26 17:16:53 +02:00
Shreyas Goenka
c49df325d6
added integration testst for ls
2023-05-26 17:13:45 +02:00
Shreyas Goenka
7c46b35597
preallocate array
2023-05-26 13:02:50 +02:00
Shreyas Goenka
8a9175e332
fix tests
2023-05-26 11:42:20 +02:00
Shreyas Goenka
53f0228bf2
nit
2023-05-26 11:37:32 +02:00
Shreyas Goenka
e1780a4a16
Add databricks fs ls command for WSFS
2023-05-26 11:35:13 +02:00
shreyas-goenka
ae09eb02d5
Path escape file path in filer interface ( #254 )
2023-03-17 17:42:35 +01:00
Pieter Noordhuis
65b3f998ba
Escape URL in filer ( #236 )
...
Also see #228 .
2023-03-08 14:27:05 +01:00
Pieter Noordhuis
414ea4f891
Bump databricks-sdk-go to 0.3.2 ( #215 )
2023-02-20 16:00:20 +01:00
Pieter Noordhuis
a59136f77f
Use []byte for files in workspace ( #162 )
2023-01-05 12:03:31 +01:00
Pieter Noordhuis
32a37c1b83
Use filer.Filer in bundle/deployer/locker ( #136 )
...
Summary:
* All remote path arguments for deployer and locker are now relative to
root specified at initialization
* The workspace client is now a struct field so it doesn't have to be
passed around
2022-12-15 17:16:07 +01:00
Pieter Noordhuis
4e834857e6
Extract filer path handling into separate type ( #138 )
...
This makes it reusable for the DBFS filer.
2022-12-14 23:41:37 +01:00
Pieter Noordhuis
12aae35519
Abstract over file handling with WSFS or DBFS through filer interface ( #135 )
2022-12-14 15:37:14 +01:00