mirror of https://github.com/databricks/cli.git
21bc774491
This PR: 1. Replaces scim.Me call to use the go SDK instead of the terraform client 2. Removes terraform client from bricks project Tested manually that the scim.Me call works now and returns the correct user go build works |
||
---|---|---|
.. | ||
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.