Releases: databricks/databricks-cli
Releases · databricks/databricks-cli
0.16.8
0.16.7
What's Changed
- For pipelines, deprecate deploy in favor of create and edit by @pradeepgv-db in #437
- Improving OAuth error messages by @sweisdb in #453
- Better error handling in repos by @alexott in #428
- Fix exports from Workspace to Windows FS by @stormwindy in #448
- Corrects help text for tokens create --lifetime-seconds by @awithersdd in #387
- Relax requirement for specification of Git provider for repos by @alexott in #385
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
- @fjakobs made their first contribution in #450
- @kianmeng made their first contribution in #403
- @awithersdd made their first contribution in #387
- @pietern made their first contribution in #462
Full Changelog: 0.16.6...0.16.7
0.16.6
What's Changed
- Increase base PyJWT version to 1.7.0 by @stormwindy in #445
Full Changelog: 0.16.5...0.16.6
0.16.5
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
- @alexott made their first contribution in #433
- @pradeepgv-db made their first contribution in #420
- @sweisdb made their first contribution in #390
Full Changelog: 0.16.4...0.16.5
0.16.4
What's Changed
Full Changelog: 0.16.3...0.16.4
0.16.3
What's Changed
- [Jobs] Fix link for Jobs CLI warning by @lucasterra-db in #401
- Add secure tunneling command to cli by @deka108 in #402
- Fix pipelines list pagination by @dylanstee-db in #417
- Pin pylint-django to avoid py2 issue by @jaipreet-s in #419
- Move tunneling CLI changes from master to dev mode by @deka108 in #424
- [Jobs] Add
--python-named-params
to databricks jobs run-now by @nordp in #425
Full Changelog: 0.16.2...0.16.3
0.16.2
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
What's Changed
- Moved warnings to stderr from stdout for some newly introduced warnings by @borremosch-db in #394
- Fix passing version has headers in Jobs Api by @KoningJasper in #396
0.16.0
What's Changed
- Allow users to use API 2.1 (with a different format) for jobs
- Adds ability to list jobs by type.
- Adds CLI config file (.databrickscfg) to .gitignore