mirror of https://github.com/databricks/cli.git
21 lines
310 B
TOML
21 lines
310 B
TOML
RecordRequests = true
|
|
EventuallyFiles = [
|
|
"out.upload.txt"
|
|
]
|
|
|
|
[[Server]]
|
|
Pattern = "POST /telemetry-ext"
|
|
Response.Body = '''
|
|
{
|
|
"numProtoSuccess": 2
|
|
}
|
|
'''
|
|
|
|
[[Repls]]
|
|
Old = '17\d{11}'
|
|
New = '"UNIX_TIME_MILLIS"'
|
|
|
|
[[Repls]]
|
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|