Databricks CLI
Go to file
Serge Smertin 4e8955085e moved commands to own packages 2022-05-14 19:54:35 +02:00
.github/workflows bring the artifact GPG signing 2022-05-14 12:15:43 +02:00
cmd moved commands to own packages 2022-05-14 19:54:35 +02:00
project Initial commit 2022-05-13 15:30:22 +02:00
.gitignore Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
.goreleaser Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
Makefile Initial commit 2022-05-13 15:30:22 +02:00
README.md s/run/launch/ 2022-05-13 18:11:54 +02:00
go.mod Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
go.sum Initial commit 2022-05-13 15:30:22 +02:00
main.go Initial commit 2022-05-13 15:30:22 +02:00
test.py Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00

README.md

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.