-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathout.telemetry.txt
More file actions
93 lines (93 loc) · 2.57 KB
/
out.telemetry.txt
File metadata and controls
93 lines (93 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"frontend_log_event_id": "[UUID]",
"entry": {
"databricks_cli_log": {
"execution_context": {
"cmd_exec_id": "[CMD-EXEC-ID]",
"version": "[DEV_VERSION]",
"command": "bundle_deploy",
"operating_system": "[OS]",
"execution_time_ms": SMALL_INT,
"exit_code": 0
},
"bundle_deploy_event": {
"bundle_uuid": "[BUNDLE_UUID]",
"deployment_id": "[DEPLOYMENT_ID]",
"resource_count": 5,
"resource_job_count": 3,
"resource_pipeline_count": 2,
"resource_model_count": 0,
"resource_experiment_count": 0,
"resource_model_serving_endpoint_count": 0,
"resource_registered_model_count": 0,
"resource_quality_monitor_count": 0,
"resource_schema_count": 0,
"resource_volume_count": 0,
"resource_cluster_count": 0,
"resource_dashboard_count": 0,
"resource_app_count": 0,
"resource_job_ids": [
"[NUMID]",
"[NUMID]",
"[NUMID]"
],
"resource_pipeline_ids": [
"[UUID]",
"[UUID]"
],
"experimental": {
"configuration_file_count": 1,
"variable_count": 0,
"complex_variable_count": 0,
"lookup_variable_count": 0,
"target_count": 1,
"bool_values": [
{
"key": "local.cache.(redacted)
"value": true
},
{
"key": "local.cache.(redacted)
"value": true
},
{
"key": "experimental.use_legacy_run_as",
"value": false
},
{
"key": "run_as_set",
"value": false
},
{
"key": "presets_name_prefix_is_set",
"value": false
},
{
"key": "python_wheel_wrapper_is_set",
"value": false
},
{
"key": "skip_artifact_cleanup",
"value": false
},
{
"key": "has_serverless_compute",
"value": false
},
{
"key": "has_classic_job_compute",
"value": false
},
{
"key": "has_classic_interactive_compute",
"value": false
}
],
"bundle_mode": "TYPE_UNSPECIFIED",
"workspace_artifact_path_type": "WORKSPACE_FILE_SYSTEM",
"local_cache_measurements_ms": [...redacted...]
}
}
}
}
}