mirror of https://github.com/databricks/cli.git
18 lines
384 B
TOML
18 lines
384 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\",'
|
||
|
|
||
|
# "client_id:client_secret" in base64 is Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=, expect to
|
||
|
# see this in Authorization header
|
||
|
[[Repls]]
|
||
|
Old = "Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ="
|
||
|
New = "[ENCODED_AUTH]"
|