Releases: databricks/databricks-cli
Releases · databricks/databricks-cli
0.14.3
0.14.2
Add modification_time field to databricks fs ls -l <path>
(aka dbfs ls -l <path>
). Modification time of requested path/file will be printed.
0.14.1
Fix a bug where we were using an unsupported click operation.
0.14.0
0.13.0
Changelog
- Remove dependency to
tenacity
. - Add retries with exponential backoff on
429
status code for all HTTP requests sent throughdatabricks_cli.sdk.ApiClient
.
0.12.2
0.12.0
Changelog
- Update
pipelines
command to reflect changes in the API (#304, #308, #317, @mukulmurthy, @rgovind3, @aakash-db) - Add support for cluster policies (#303, @itaiw)
- Add
tokens
command to expose the tokens API (#246, @areese, @andrewmchen) - Add support for
--cluster-name
or--cluster-id
toclusters
commands (#313, @areese, @andrewmchen) - Add
pipelines
run
andstop
commands (#323, @calving-db) - Add retries with exponential backoff on 429 HTTP responses received from the DBFS API (#319, #326, @gotibhai, @bogdanghita-db).
- Improve error message on JSON errors (#320, @aakash-db)
- Hide token on databricks configure input (#312, @areese)
- Upgrade linters for py36 build (#307, @andrewmchen)
0.11.0
Changelog
- Add the
pipelines
command group for managing Delta Pipelines with the initial commandsdeploy
,delete
,get
, andreset
(#300, @arulajmani, @mukulmurthy, and @null-sleep) - Require configparser only in python < 3.6 (#287, @acxz)
- Support writeStatus flag in resource configuration in stack API (#290, @xuanwang14)
0.10.0
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)
0.9.1
Changelog
- Extend Stack CLI to support HTML file format (#263, @lu-wang-dl)
- Display Azure KeyVault URL for AKV-backed secret scope (#265, @nkangdatabricks)