mirror of https://github.com/databricks/cli.git
toml files
This commit is contained in:
parent
69f5b037e6
commit
f11f5895ff
|
@ -5,7 +5,3 @@ Response.Body = '''
|
||||||
"numProtoSuccess": 2
|
"numProtoSuccess": 2
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
|
||||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
[[Server]]
|
||||||
|
Pattern = "POST /telemetry-ext"
|
||||||
|
Response.Body = '''
|
||||||
|
{
|
||||||
|
"numProtoSuccess": 2
|
||||||
|
}
|
||||||
|
'''
|
||||||
|
|
||||||
|
[[Repls]]
|
||||||
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||||
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|
Loading…
Reference in New Issue