databricks-cli/project
Serge Smertin 749da47c99 fix test on github actions 2022-05-16 13:14:27 +02:00
..
internal/test Added basic project configuration 2022-05-14 19:55:00 +02:00
README.md Added basic project configuration 2022-05-14 19:55:00 +02:00
config.go fix test on github actions 2022-05-16 13:14:27 +02:00
config_test.go fix test on github actions 2022-05-16 13:14:27 +02:00
flavor.go Add basic flavor skeleton 2022-05-14 20:56:02 +02:00
project.go Added basic project configuration 2022-05-14 19:55:00 +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.