mirror of https://github.com/databricks/cli.git
13 lines
162 B
TOML
13 lines
162 B
TOML
|
RecordRequests = true
|
||
|
EventuallyFiles = [
|
||
|
"out.upload.txt"
|
||
|
]
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"numProtoSuccess": 2
|
||
|
}
|
||
|
'''
|