mirror of https://github.com/databricks/cli.git
13 lines
289 B
TOML
13 lines
289 B
TOML
|
LocalOnly = true # request recording currently does not work with cloud environment
|
||
|
RecordRequests = true
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "POST /api/2.1/jobs/create"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"error_code": "PERMISSION_DENIED",
|
||
|
"message": "Invalid access token."
|
||
|
}
|
||
|
'''
|
||
|
Response.StatusCode = 403
|