mirror of https://github.com/databricks/cli.git
Update libs/telemetry/protos/bundle_deploy.go
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
This commit is contained in:
parent
57ca88c3f3
commit
bc5167392d
|
@ -33,7 +33,7 @@ type BundleDeployEvent struct {
|
||||||
// are no guarantees for these metrics and they maybe removed in the future without
|
// are no guarantees for these metrics and they maybe removed in the future without
|
||||||
// any notice.
|
// any notice.
|
||||||
type BundleDeployExperimental struct {
|
type BundleDeployExperimental struct {
|
||||||
// Number of YAML (or JSON) configuration files in the bundle.
|
// Number of configuration files in the bundle.
|
||||||
ConfigurationFileCount int64 `json:"configuration_file_count,omitempty"`
|
ConfigurationFileCount int64 `json:"configuration_file_count,omitempty"`
|
||||||
|
|
||||||
// Size in bytes of the Terraform state file
|
// Size in bytes of the Terraform state file
|
||||||
|
|
Loading…
Reference in New Issue