mirror of https://github.com/databricks/cli.git
consolidate repl
This commit is contained in:
parent
00ebbb9c47
commit
6acb6f166e
|
@ -7,3 +7,7 @@ New = '"UNIX_TIME_MILLIS"'
|
|||
[[Repls]]
|
||||
Old = 'darwin|linux|windows'
|
||||
New = 'OS'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
|
|
@ -10,7 +10,3 @@ Response.Body = '''
|
|||
}
|
||||
'''
|
||||
Response.StatusCode = 501
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
|
|
@ -10,7 +10,3 @@ Response.Body = '''
|
|||
"numProtoSuccess": 2
|
||||
}
|
||||
'''
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
|
|
@ -10,9 +10,6 @@ Response.Body = '''
|
|||
}
|
||||
'''
|
||||
|
||||
[[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
|
||||
|
|
|
@ -9,7 +9,3 @@ Response.Body = '''
|
|||
"numProtoSuccess": 2
|
||||
}
|
||||
'''
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
|
|
@ -9,7 +9,3 @@ Response.Body = '''
|
|||
"numProtoSuccess": 2
|
||||
}
|
||||
'''
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
|
Loading…
Reference in New Issue