databricks-cli/acceptance/telemetry/upload/test.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
243 B
TOML
Raw Normal View History

2025-02-06 10:41:50 +00:00
LocalOnly = true
2025-02-03 03:18:38 +00:00
RecordRequests = true
[[Server]]
Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"numProtoSuccess": 2
}
'''
2025-02-03 10:42:17 +00:00
[[Repls]]
Old = '17\d{11}'
New = '"UNIX_TIME_MILLIS"'
2025-02-04 14:52:39 +00:00
[[Repls]]
Old = 'darwin|linux|windows'
New = 'OS'