mirror of https://github.com/databricks/cli.git
96efd0e2e4
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) |
||
---|---|---|
.. | ||
testdata | ||
README.md | ||
config.go | ||
config_test.go | ||
flavor.go | ||
project.go |
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.