Databricks CLI
Go to file
Serge Smertin ae2dc104f9 add some comments to commands package 2022-05-20 20:43:29 +02:00
.github Also on `main` branch 2022-05-16 13:03:02 +02:00
.vscode added basic go mnemonics for vscode 2022-05-14 19:55:19 +02:00
cmd add some comments to commands package 2022-05-20 20:43:29 +02:00
project fix test on github actions 2022-05-16 13:14:27 +02:00
python/internal/test/simple-python-wheel added dummy wheel 2022-05-20 20:42:53 +02:00
sandbox updated dependencies 2022-05-14 19:56:09 +02:00
.gitignore run tests on push or PR 2022-05-16 13:02:12 +02:00
.goreleaser Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
Makefile updated dependencies 2022-05-14 19:56:09 +02:00
README.md Update README.md 2022-05-16 13:31:47 +02:00
go.mod updated dependencies 2022-05-14 19:56:09 +02:00
go.sum updated dependencies 2022-05-14 19:56:09 +02:00
main.go updated dependencies 2022-05-14 19:56:09 +02:00

README.md

Bricks CLI 🧱 build

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 or DATABRICKS_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