databricks-cli/project
shreyas-goenka 96efd0e2e4
Replace terraform dependency with go sdk (#19)
Issue: https://github.com/databricks/bricks/issues/17

`./bricks fs ls ...` command works
`./bricks launch ...` command works

Did not test other changes as the readme claims other commands don't
work anyways :) cc: @nfx

TODO left for this PR:
2. Replace terraform scim.Me once its there in go SDK
(https://github.com/databricks/databricks-sdk-go/issues/56)
2022-09-07 11:55:59 +02:00
..
testdata rename `internal/test` to idiomatic `testdata` 2022-05-23 11:46:37 +02:00
README.md Added basic project configuration 2022-05-14 19:55:00 +02:00
config.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
config_test.go Experimental sync command 2022-07-07 20:56:59 +02:00
flavor.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
project.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00

README.md

Project Configuration

Good implicit defaults is better than explicit complex configuration.

Regardless of current working directory, bricks finds project root with databricks.yml file up the directory tree. Technically, there might be couple of different Databricks Projects in the same Git repository, but the recommended scenario is to have just one databricks.yml in the root of Git repo.