mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user