mirror of https://github.com/databricks/cli.git
add bundle deploy event
This commit is contained in:
parent
34d3cccfd5
commit
cbd3a4860f
|
@ -16,6 +16,7 @@ type FrontendLogEntry struct {
|
||||||
type DatabricksCliLog struct {
|
type DatabricksCliLog struct {
|
||||||
ExecutionContext *ExecutionContext `json:"execution_context,omitempty"`
|
ExecutionContext *ExecutionContext `json:"execution_context,omitempty"`
|
||||||
|
|
||||||
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
|
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
|
||||||
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
|
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
|
||||||
|
BundleDeplyEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue