mirror of https://github.com/databricks/cli.git
2ebfa5f369
Unit tests are now run in all three big OS. Some of the changes are to make the tests green for windows while we are skipping some of the other tests on windows/macOS to make the tests pass. This is a temporary measure and we will incrementally migrate these tests over so there is parity in unit testing along all three environments! |
||
---|---|---|
.. | ||
testdata | ||
README.md | ||
config.go | ||
config_test.go | ||
environment.go | ||
environment_test.go | ||
flavor.go | ||
project.go | ||
project_test.go | ||
root.go | ||
root_test.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.