mirror of https://github.com/databricks/cli.git
9 lines
185 B
TOML
9 lines
185 B
TOML
|
[[Server]]
|
||
|
Pattern = "GET /api/2.1/unity-catalog/current-metastore-assignment"
|
||
|
Response.Body = '{"default_catalog_name": "customcatalog"}'
|
||
|
|
||
|
[[Repls]]
|
||
|
# windows fix
|
||
|
Old = '\\'
|
||
|
New = '/'
|