databricks-cli/project
Pieter Noordhuis 192a790155
Comment out flavor.go (#60)
The code here isn't used at the moment.
2022-09-15 09:46:11 +02:00
..
testdata Make tests pass (#40) 2022-09-07 20:08:42 +02:00
README.md Added basic project configuration 2022-05-14 19:55:00 +02:00
config.go Don't depend on working directory in folders.FindDirWithLeaf (#54) 2022-09-14 15:08:55 +02:00
config_test.go Experimental sync command 2022-07-07 20:56:59 +02:00
flavor.go Comment out flavor.go (#60) 2022-09-15 09:46:11 +02:00
project.go Make `bricks sync` feature work (#48) 2022-09-14 17:50:29 +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.