Skip to content

Releases: databricks/databricks-cli

0.7.1

11 May 01:02
Compare
Choose a tag to compare

Changelog

  • Made small changes to the secrets command. Renaming some commands (#119)

0.7.0

24 Apr 18:12
8e3c2fa
Compare
Choose a tag to compare

Changelog

  • Add new sub-command secrets (#105)
  • Fix bug with basic authentication on python 3.6 (#109)
  • Fix bug with DEFAULT profile section (#108)

0.6.0

14 Mar 03:14
094986f
Compare
Choose a tag to compare

Changelog

  • Add support for python3 (#89)

0.5.0

27 Feb 22:16
74c91ff
Compare
Choose a tag to compare

Changelog

  • Add support for libraries API (#74)
  • Add support for profiles (#64, #81)

0.4.2

16 Feb 23:39
2a08012
Compare
Choose a tag to compare

Changelog

  • Fix path separator on Windows (#66)
  • Ignore hidden files option on databricks workspace import_dir (#66)

0.4.1

08 Nov 01:54
2dd5c94
Compare
Choose a tag to compare

Changelog

Add critical fix to address #36.
The bug is that when we stripped the extension we used rstrip which does not do what we want.

'apple-py.py'.rstrip('.py') == 'apple-'

0.4.0

07 Nov 02:56
3c15cc5
Compare
Choose a tag to compare

Changelog

  • Add support for Clusters API
  • Add support for Jobs API

0.3.1

11 Oct 00:01
Compare
Choose a tag to compare

Changelog

  • Fixed some nits with workspace export. (Make exporting to directory munge target_path)

0.3.0

09 Oct 19:58
Compare
Choose a tag to compare

0.2.0

12 Sep 00:16
Compare
Choose a tag to compare