mirror of https://github.com/databricks/cli.git
Add template field to bundle section
This commit is contained in:
parent
793bf2b995
commit
d9111fbadf
|
@ -53,4 +53,8 @@ type Bundle struct {
|
||||||
// A stable generated UUID for the bundle. This is normally serialized by
|
// A stable generated UUID for the bundle. This is normally serialized by
|
||||||
// Databricks first party template when a user runs bundle init.
|
// Databricks first party template when a user runs bundle init.
|
||||||
Uuid string `json:"uuid,omitempty"`
|
Uuid string `json:"uuid,omitempty"`
|
||||||
|
|
||||||
|
// The template used to generate this bundle. This allows us to attribute bundle
|
||||||
|
// deploy revenue to a template.
|
||||||
|
Template string `json:"template,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue