Skip to content

Releases: databricks/databricks-cli

0.14.3

17 Mar 06:00
332153c
Compare
Choose a tag to compare
  • Fix "configure --aad-token" command (#364)
  • [SC-71389] Better exceptions for Pipelines CLI (#365)

0.14.2

26 Feb 12:24
2dd60cf
Compare
Choose a tag to compare

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

20 Nov 18:48
Compare
Choose a tag to compare

Fix a bug where we were using an unsupported click operation.

0.14.0

06 Nov 19:00
b6b628d
Compare
Choose a tag to compare

Add the pipelines list command to list Delta Pipelines that have been deployed (#333)

0.13.0

21 Oct 15:32
9a72fcd
Compare
Choose a tag to compare

Changelog

  • Remove dependency to tenacity.
  • Add retries with exponential backoff on 429 status code for all HTTP requests sent through databricks_cli.sdk.ApiClient.

0.12.2

13 Oct 18:05
71eb5a1
Compare
Choose a tag to compare

Fixing bug with creation of databricks-backed secret scope

0.12.0

23 Sep 14:57
b214c3a
Compare
Choose a tag to compare

Changelog

0.11.0

02 Jun 23:10
a3a38bb
Compare
Choose a tag to compare

Changelog

  • Add the pipelines command group for managing Delta Pipelines with the initial commands deploy, delete, get, and reset (#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

01 Apr 16:42
07cd3ed
Compare
Choose a tag to compare

Changelog

  • Fix issue #264. Add init_scripts optional argument to create_cluster and edit_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 the 2.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

31 Oct 23:37
Compare
Choose a tag to compare

Changelog