mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
feat: auto sync table columns when change dataset (#15887)
* feat: auto sync dataset metadata when change dataset * diablo sync button when edit mode * handle undefine schema * fix py UT * fix FE UT * improve test coverage * fix UT
This commit is contained in:
@@ -40,8 +40,7 @@ const props = {
|
||||
addDangerToast: () => {},
|
||||
onChange: () => {},
|
||||
};
|
||||
|
||||
const DATASOURCE_ENDPOINT = 'glob:*/datasource/external_metadata/*';
|
||||
const DATASOURCE_ENDPOINT = 'glob:*/datasource/external_metadata_by_name/*';
|
||||
|
||||
describe('DatasourceEditor', () => {
|
||||
const mockStore = configureStore([thunk]);
|
||||
|
||||
Reference in New Issue
Block a user