add omitempty tag to config root

This commit is contained in:
Shreyas Goenka 2023-01-19 14:13:56 +01:00
parent e2f4f4d5f1
commit ccefb20e4e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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).