Changelog
- Fix issue #264. Add
init_scripts
optional argument tocreate_cluster
andedit_cluster
(#266, @malthe) - Add DBC format support to Workspace API (#276, @svar29)
- Improve developer experience and error handling: when deleting directory structures recursively using
rm -r
, the user is presented with the progress of the delete operation and a message once the data has been successfully deleted. The end-to-end improvement is pending a change in the behavior of the2.0/dbfs/delete
endpoint to be released in Q2 2020. The endpoint will return 503 when the delete operation could not finish before the timeout of 45s. (#280, #283, @bogdanghita-db)