mirror of https://github.com/databricks/cli.git
add omitempty tag to config root
This commit is contained in:
parent
e2f4f4d5f1
commit
ccefb20e4e
|
@ -37,7 +37,7 @@ type Root struct {
|
|||
|
||||
// Resources contains a description of all Databricks resources
|
||||
// to deploy in this bundle (e.g. jobs, pipelines, etc.).
|
||||
Resources Resources `json:"resources"`
|
||||
Resources Resources `json:"resources,omitempty"`
|
||||
|
||||
// Environments can be used to differentiate settings and resources between
|
||||
// bundle deployment environments (e.g. development, staging, production).
|
||||
|
|
Loading…
Reference in New Issue