databricks-rest-client icon indicating copy to clipboard operation
databricks-rest-client copied to clipboard

WorkspaceService should offer simpler interface for writing and reading files from databricks workspace

Open samshuster opened this issue 6 years ago • 0 comments

Right now there is a lot more boiler plate.

My idea two new functions:

writeFileToWorkspace(File f, ImportWorkspaceRequest request)

File readFileFromWorkspace(ExportWorkspaceRequest request)

samshuster avatar Sep 19 '18 20:09 samshuster