mirror of https://github.com/databricks/cli.git
c00db56d84
Functionality from `io/ioutil` has moved to the `io` and `os` packages in go1.16 ([reference](https://pkg.go.dev/io/ioutil)). Confirmed that staticcheck passes when run with: ``` staticcheck -checks SA1019 ./... ``` |
||
---|---|---|
.. | ||
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.