Skip to content

Releases: databricks/databricks-cli

0.9.0

28 Aug 21:58
cc72ea7
Compare
Choose a tag to compare

Changelog

0.8.7

13 Jun 21:30
342b51d
Compare
Choose a tag to compare
  • Look for credentials in TaskContext when running in Spark Task on the executor (#232).

0.8.6

20 Mar 23:33
cb22ab2
Compare
Choose a tag to compare

Changelog

0.8.5

12 Mar 18:31
1fd58dd
Compare
Choose a tag to compare

Changelog

0.8.4

13 Feb 22:25
34b1749
Compare
Choose a tag to compare

Changelog

  • Add init scripts option in edit cluster SDK (#196, @lyle-nel)
  • Add permanent delete cluster feature (#200, @andrewmchen)
  • Bugfix to make uninstall all libraries not fail if there are no libraries (#201, @andrewmchen)
  • Bugfix to make workspace list handle new fields in the API such as created_at (#210, @andrewmchen)

0.8.3

24 Jan 01:56
acb59b9
Compare
Choose a tag to compare

Changelog

  • Add cluster resize support (#190, @justinmills)
  • Support Databricks URIs with query strings (#193, @andrewmchen)
  • Automatically initialize databricks-cli config provider when running inside Databricks notebooks (#194, @aarondav)

0.8.2

23 Aug 18:09
6ee726d
Compare
Choose a tag to compare

Changelog

0.8.1

13 Aug 18:34
Compare
Choose a tag to compare

Changelog

  • Allows users to specify the path of a .databrickscfg configuration file via the DATABRICKS_CONFIG_FILE environment variable (#164, @smurching )
  • Updates to documentation (#163, @stbof)

0.8.0

07 Aug 09:16
7fa4045
Compare
Choose a tag to compare

Changelog

  • Allow users to set configs from environment variables (#127)
  • Groups CLI (#114)
  • --debug flag (#146)
  • Internal refactoring of configuration module (#158)

0.7.2

03 Jun 05:33
2ce681d
Compare
Choose a tag to compare

Changelog

  • Add --insecure option to databricks configure which creates a configuration profile that can talk to shards with invalid SSL (#118)
  • Make setup.py more robust by specifying encoding.