mirror of https://github.com/databricks/cli.git
12 lines
189 B
TOML
12 lines
189 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"numProtoSuccess": 2
|
||
|
}
|
||
|
'''
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
||
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|