This commit is contained in:
Shreyas Goenka 2025-01-22 14:43:28 +01:00
parent 535d5563e8
commit 34d3cccfd5
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 9 deletions

View File

@ -30,15 +30,6 @@ type ExecutionContext struct {
ExitCode int64 `json:"exit_code,omitempty"`
}
// Top level proto message for all structured telemetry logs that are generated client side by the Databricks CLI
// type DatabricksCliLog struct {
// ExecutionContext ExecutionContext `json:"execution_context,omitempty"`
// CliLogEvent *CliTestEvent `json:"cli_test_event,omitempty"`
// BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
// }
type CliTestEvent struct {
Name DummyCliEnum `json:"name,omitempty"`
}