mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
chore(sqllab): Cleanup /tables/... endpoint (#21284)
This commit is contained in:
@@ -31,7 +31,6 @@ const createProps = (): DatabaseSelectorProps => ({
|
||||
id: 1,
|
||||
database_name: 'test',
|
||||
backend: 'test-postgresql',
|
||||
allow_multi_schema_metadata_fetch: false,
|
||||
},
|
||||
formMode: false,
|
||||
isDatabaseSelectEnabled: true,
|
||||
@@ -69,8 +68,6 @@ beforeEach(() => {
|
||||
allow_ctas: 'Allow Ctas',
|
||||
allow_cvas: 'Allow Cvas',
|
||||
allow_dml: 'Allow Dml',
|
||||
allow_multi_schema_metadata_fetch:
|
||||
'Allow Multi Schema Metadata Fetch',
|
||||
allow_run_async: 'Allow Run Async',
|
||||
allows_cost_estimate: 'Allows Cost Estimate',
|
||||
allows_subquery: 'Allows Subquery',
|
||||
@@ -92,7 +89,6 @@ beforeEach(() => {
|
||||
'allow_ctas',
|
||||
'allow_cvas',
|
||||
'allow_dml',
|
||||
'allow_multi_schema_metadata_fetch',
|
||||
'allow_run_async',
|
||||
'allows_cost_estimate',
|
||||
'allows_subquery',
|
||||
@@ -126,7 +122,6 @@ beforeEach(() => {
|
||||
allow_ctas: false,
|
||||
allow_cvas: false,
|
||||
allow_dml: false,
|
||||
allow_multi_schema_metadata_fetch: false,
|
||||
allow_run_async: false,
|
||||
allows_cost_estimate: null,
|
||||
allows_subquery: true,
|
||||
@@ -147,7 +142,6 @@ beforeEach(() => {
|
||||
allow_ctas: false,
|
||||
allow_cvas: false,
|
||||
allow_dml: false,
|
||||
allow_multi_schema_metadata_fetch: false,
|
||||
allow_run_async: false,
|
||||
allows_cost_estimate: null,
|
||||
allows_subquery: true,
|
||||
@@ -272,7 +266,6 @@ test('Sends the correct db when changing the database', async () => {
|
||||
id: 2,
|
||||
database_name: 'test-mysql',
|
||||
backend: 'mysql',
|
||||
allow_multi_schema_metadata_fetch: false,
|
||||
}),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user