perf: memoize db_engine_spec in database (#14638)

* perf: memoize db_engine_spec in sqla table classes

* remove extended cypress timeouts
This commit is contained in:
Ville Brofeldt
2021-05-14 12:49:35 +03:00
committed by GitHub
parent bf90885828
commit 97c9e37c24
6 changed files with 36 additions and 43 deletions

View File

@@ -163,7 +163,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
const handleChangeConfirm = () => {
SupersetClient.get({
endpoint: `/datasource/get/${confirmedDataset?.type}/${confirmedDataset?.id}`,
endpoint: `/datasource/get/${confirmedDataset?.type}/${confirmedDataset?.id}/`,
})
.then(({ json }) => {
onDatasourceSave(json);