mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat(SIP-95): catalogs in SQL Lab and datasets (#28376)
This commit is contained in:
@@ -47,6 +47,10 @@ fetchMock.get(
|
||||
},
|
||||
);
|
||||
|
||||
fetchMock.get('glob:*api/v1/database/*/catalogs/', {
|
||||
result: [],
|
||||
});
|
||||
|
||||
fetchMock.get('glob:*api/v1/database/1/schemas/', {
|
||||
result: ['information_schema', 'public'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user