Databricks CLI
Go to file
Serge Smertin 2dab552829 Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
.github/workflows Added `launch` command and release pipeline 2022-05-13 17:43:54 +02:00
cmd Added `launch` command and release pipeline 2022-05-13 17:43:54 +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 Added `launch` command and release pipeline 2022-05-13 17:43: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 artifacts)

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 run test.py

What doesn't work:

  • Everything else.