Skip to content

Releases: databricks/databricks-cli

0.16.8

15 Jun 11:16
3ea4e50
Compare
Choose a tag to compare

What's Changed

  • Fix repo creation if provider is specified @pietern in #480

Full Changelog: 0.16.7...0.16.8

0.16.7

10 Jun 11:12
3549600
Compare
Choose a tag to compare

What's Changed

Changes impacting development of databricks-cli

  • Add devcontainer configuration by @fjakobs in #450
  • Update development dependencies by @pietern in #462
  • Configure GitHub Actions for CI by @pietern in #463
  • Copy list of runtime dependencies to requirements.txt by @pietern in #465
  • Expand set of Python versions to run tests against by @pietern in #467

New Contributors

Full Changelog: 0.16.6...0.16.7

0.16.6

01 Apr 22:12
dfaa8b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.5...0.16.6

0.16.5

31 Mar 23:58
c01c001
Compare
Choose a tag to compare

What's Changed

  • Fix typo in help for import/export commands by @alexott in #433
  • Deprecate "run/reset" commands in favor of start which uses StartUpdate endpoint by @pradeepgv-db in #420
  • Add version option to runs by @nordp in #434
  • Add idempotency-token to run-now in runs cli and api by @nordp in #435
  • Adding OAuth support to the Databricks CLI by @sweisdb in #390

New Contributors

Full Changelog: 0.16.4...0.16.5

0.16.4

04 Feb 10:21
9bd1c3c
Compare
Choose a tag to compare

What's Changed

  • [Jobs] Make python_named_parameters optional in jobs.api.run_now by @nordp in #429

Full Changelog: 0.16.3...0.16.4

0.16.3

03 Feb 16:07
3d877c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.2...0.16.3

0.16.2

21 Oct 08:57
aeef99d
Compare
Choose a tag to compare

What's Changed

  • Make jobs_api_version optional in DatabricksConfig which previously could break codepaths for not having this newly added parameter specified. @KoningJasper in #398

0.16.1

20 Oct 10:25
4f2e98a
Compare
Choose a tag to compare

What's Changed

0.16.0

19 Oct 09:20
993eaeb
Compare
Choose a tag to compare

What's Changed

  1. Allow users to use API 2.1 (with a different format) for jobs
  2. Adds ability to list jobs by type.
  3. Adds CLI config file (.databrickscfg) to .gitignore

0.15.0

06 Aug 22:12
389c229
Compare
Choose a tag to compare

Add the repos command group for managing repos with commands get, list, create, update, delete (#380)