mirror of https://github.com/databricks/cli.git
44726d6444
Bundles: * Fix conversion of job parameters ([#744](https://github.com/databricks/cli/pull/744)). * Add schema and config validation to jsonschema package ([#740](https://github.com/databricks/cli/pull/740)). * Support Model Serving Endpoints in bundles ([#682](https://github.com/databricks/cli/pull/682)). * Do not include empty output in job run output ([#749](https://github.com/databricks/cli/pull/749)). * Fixed marking libraries from DBFS as remote ([#750](https://github.com/databricks/cli/pull/750)). * Process only Python wheel tasks which have local libraries used ([#751](https://github.com/databricks/cli/pull/751)). * Add enum support for bundle templates ([#668](https://github.com/databricks/cli/pull/668)). * Apply Python wheel trampoline if workspace library is used ([#755](https://github.com/databricks/cli/pull/755)). * List available targets when incorrect target passed ([#756](https://github.com/databricks/cli/pull/756)). * Make bundle and sync fields optional ([#757](https://github.com/databricks/cli/pull/757)). * Consolidate environment variable interaction ([#747](https://github.com/databricks/cli/pull/747)). Internal: * Update Go SDK to v0.19.1 ([#759](https://github.com/databricks/cli/pull/759)). |
||
---|---|---|
.codegen | ||
.github | ||
.vscode | ||
bundle | ||
cmd | ||
docs | ||
folders | ||
internal | ||
libs | ||
python | ||
.codegen.json | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go | ||
main_test.go |
README.md
Databricks CLI
This project is in Public Preview.
Documentation about the full REST API coverage is available in the docs folder.
Documentation is available at https://docs.databricks.com/dev-tools/cli/databricks-cli.html.
Installation
This CLI is packaged as a dependency-free binary executable and may be located in any directory. See https://github.com/databricks/cli/releases for releases and the docs pages for installation instructions.
Authentication
This CLI follows the Databricks Unified Authentication principles.
You can find a detailed description at https://github.com/databricks/databricks-sdk-go#authentication.