Databricks CLI
Go to file
Serge Smertin 515a6930f8 interation on `.tfstate` sync stability
* read `serial` from `.tfstate`.
* defer local `.tfstate` handle closing on method exits.
* document private methods not to forget their intentions.
2022-05-23 10:34:58 +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 local and remote `.tfstate` utilities 2022-05-21 15:23:37 +02:00
python added essential Python metadata detection 2022-05-20 21:40:03 +02:00
sandbox updated dependencies 2022-05-14 19:56:09 +02:00
terraform interation on `.tfstate` sync stability 2022-05-23 10:34:58 +02:00
.gitignore wrap `terraform` execution PoC 2022-05-21 14:31:26 +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 interation on `.tfstate` sync stability 2022-05-23 10:34:58 +02:00
go.sum wrap `terraform` execution PoC 2022-05-21 14:31:26 +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