mirror of https://github.com/databricks/cli.git
better current-metastore-assignment (does not help)
This commit is contained in:
parent
0860c7894d
commit
7670786f09
|
@ -105,6 +105,8 @@ func AddHandlers(server *testserver.Server) {
|
||||||
server.Handle("GET", "/api/2.1/unity-catalog/current-metastore-assignment", func(req testserver.Request) any {
|
server.Handle("GET", "/api/2.1/unity-catalog/current-metastore-assignment", func(req testserver.Request) any {
|
||||||
return catalog.MetastoreAssignment{
|
return catalog.MetastoreAssignment{
|
||||||
DefaultCatalogName: "main",
|
DefaultCatalogName: "main",
|
||||||
|
MetastoreId: "45f8dcfe-1914-47bc-b00e-1a5b9fea2cfc",
|
||||||
|
WorkspaceId: 100200300400,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue