mirror of https://github.com/databricks/cli.git
96efd0e2e4
Issue: https://github.com/databricks/bricks/issues/17 `./bricks fs ls ...` command works `./bricks launch ...` command works Did not test other changes as the readme claims other commands don't work anyways :) cc: @nfx TODO left for this PR: 2. Replace terraform scim.Me once its there in go SDK (https://github.com/databricks/databricks-sdk-go/issues/56) |
||
---|---|---|
.github | ||
.vscode | ||
cmd | ||
ext | ||
folders | ||
git | ||
project | ||
python | ||
retries | ||
sandbox | ||
terraform | ||
tests | ||
utilities | ||
.gitignore | ||
.gitmodules | ||
.goreleaser | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Bricks CLI 🧱
Where's "data"? Secured by the unity catalog. Projects build lifecycle is secured by bricks
🧱
This is an early PoC at this stage. make build
(or download the latest from releases page).
Reuses authentication from Databricks CLI. And terraform provider. See details here: https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs#environment-variables
Supports:
- Databricks CLI
- Databricks CLI Profiles
- Azure CLI Auth
- Azure MSI Auth
- Azure SPN Auth
- Google OIDC Auth
- Direct
DATABRICKS_HOST
,DATABRICKS_TOKEN
orDATABRICKS_USERNAME
+DATABRICKS_PASSWORD
variables.
What works:
./bricks fs ls /
./bricks test
./bricks launch test.py
What doesn't work:
- Everything else.
This project reuses some code from Databricks Terraform Provider