Databricks CLI
Go to file
Serge Smertin 3d3b722eda updated dependencies 2022-05-14 19:56:09 +02:00
.github/workflows bring the artifact GPG signing 2022-05-14 12:15:43 +02:00
.vscode added basic go mnemonics for vscode 2022-05-14 19:55:19 +02:00
cmd added basic init command for `databricks.yml` 2022-05-14 19:55:55 +02:00
project Added basic project configuration 2022-05-14 19:55:00 +02:00
sandbox updated dependencies 2022-05-14 19:56:09 +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 updated dependencies 2022-05-14 19:56:09 +02:00
README.md updated dependencies 2022-05-14 19:56:09 +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!

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