mirror of https://github.com/databricks/cli.git
25 lines
615 B
Plaintext
25 lines
615 B
Plaintext
{
|
|
"logs": [
|
|
{
|
|
"frontend_log_event_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
|
|
"entry": {
|
|
"databricks_cli_log": {
|
|
"cli_test_event": {
|
|
"name": "VALUE1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"frontend_log_event_id": "BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB",
|
|
"entry": {
|
|
"databricks_cli_log": {
|
|
"cli_test_event": {
|
|
"name": "VALUE2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|