databricks-cli/acceptance/telemetry/test.toml

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

14 lines
241 B
TOML
Raw Normal View History

2025-02-21 15:48:30 +00:00
IncludeRequestHeaders = ["Authorization"]
2025-02-10 14:59:24 +00:00
[[Repls]]
Old = '17\d{11}'
New = '"UNIX_TIME_MILLIS"'
[[Repls]]
Old = 'darwin|linux|windows'
New = 'OS'
2025-02-24 16:03:23 +00:00
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'