mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
chore(sqllab): Cleanup /tables/... endpoint (#21284)
This commit is contained in:
@@ -74,14 +74,12 @@ type DatabaseValue = {
|
||||
id: number;
|
||||
database_name: string;
|
||||
backend: string;
|
||||
allow_multi_schema_metadata_fetch: boolean;
|
||||
};
|
||||
|
||||
export type DatabaseObject = {
|
||||
id: number;
|
||||
database_name: string;
|
||||
backend: string;
|
||||
allow_multi_schema_metadata_fetch: boolean;
|
||||
};
|
||||
|
||||
type SchemaValue = { label: string; value: string };
|
||||
@@ -199,8 +197,6 @@ export default function DatabaseSelector({
|
||||
id: row.id,
|
||||
database_name: row.database_name,
|
||||
backend: row.backend,
|
||||
allow_multi_schema_metadata_fetch:
|
||||
row.allow_multi_schema_metadata_fetch,
|
||||
}));
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user