mirror of https://github.com/databricks/cli.git
3894d5796d
## Changes <!-- Summary of your changes that are easy to understand --> Output now: ``` shreyas.goenka@THW32HFW6T pipeline-progress % bricks bundle run foo The update can be found at https://e2-dogfood.staging.cloud.databricks.com/#joblist/pipelines/1cc605db-daab-4218-b38a-a63030e3eb03/updates/f92f2159-1141-47de-b1e2-1ca854b7238f 2023-04-12T20:41:19.813Z update_progress INFO "Update f92f21 is INITIALIZING." 2023-04-12T20:41:19.841Z update_progress INFO "Update f92f21 is SETTING_UP_TABLES." 2023-04-12T20:41:21.270Z update_progress INFO "Update f92f21 is RUNNING." 2023-04-12T20:41:21.271Z flow_progress INFO "Flow 'sales_orders_raw' is QUEUED." 2023-04-12T20:41:21.349Z flow_progress INFO "Flow 'sales_orders_raw' is STARTING." 2023-04-12T20:41:21.480Z flow_progress INFO "Flow 'sales_orders_raw' is RUNNING." 2023-04-12T20:41:23.493Z flow_progress INFO "Flow 'sales_orders_raw' has COMPLETED." 2023-04-12T20:41:25.484Z update_progress INFO "Update f92f21 is COMPLETED." ``` ## Tests <!-- How is this tested? --> |
||
---|---|---|
.github | ||
.vscode | ||
bundle | ||
cmd | ||
docs | ||
folders | ||
internal | ||
libs | ||
python | ||
sandbox | ||
.gitignore | ||
.goreleaser.yaml | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go | ||
main_test.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