Databricks CLI
Go to file
Shreyas Goenka 751ba6d4b6
Revert "Added go sdk as a dependency"
This reverts commit 0ae8b60573.
2022-09-01 13:38:59 +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 Revert "Using go sdk for ./bricks fs ls DIR_NAME command" 2022-09-01 13:38:56 +02:00
folders Experimental sync command 2022-07-07 20:56:59 +02:00
git Experimental sync command 2022-07-07 20:56:59 +02:00
project Revert "Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go" 2022-09-01 13:38:42 +02:00
python rename `internal/test` to idiomatic `testdata` 2022-05-23 11:46:37 +02:00
retries Experimental sync command 2022-07-07 20:56:59 +02:00
sandbox updated dependencies 2022-05-14 19:56:09 +02:00
terraform rename `internal/test` to idiomatic `testdata` 2022-05-23 11:46:37 +02:00
.gitignore Experimental sync command 2022-07-07 20:56:59 +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 Revert "Added go sdk as a dependency" 2022-09-01 13:38:59 +02:00
go.sum Revert "Added go sdk as a dependency" 2022-09-01 13:38:59 +02:00
main.go Experimental sync command 2022-07-07 20:56:59 +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