mirror of https://github.com/databricks/cli.git
clean up
This commit is contained in:
parent
abea174a6a
commit
2dbc70d6a5
|
@ -105,8 +105,6 @@ 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