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:
Yongjie Zhao
2021-08-02 09:55:31 +01:00
committed by GitHub
parent 46188c1011
commit a786373fff
7 changed files with 261 additions and 82 deletions

View File

@@ -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]);