databricks-cli/project
shreyas-goenka 21bc774491
Replace scim Me terraform call with go sdk (#46)
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
2022-09-08 15:50:00 +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 Fix lint errors for using deprecated functionality (#35) 2022-09-07 14:30:10 +02:00
config_test.go Experimental sync command 2022-07-07 20:56:59 +02:00
flavor.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
project.go Replace scim Me terraform call with go sdk (#46) 2022-09-08 15:50: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.