From ac788616da5052415a1afdb2b26bdd2f74034549 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Sat, 22 May 2021 13:46:19 -0700 Subject: [PATCH] fix: add DB should not say it's Postgres (#14766) --- .../src/views/CRUD/data/database/DatabaseModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx index 5cecee7880066..fb3f0c5d92c4e 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx @@ -296,7 +296,7 @@ const DatabaseModal: FunctionComponent = ({ setDB({ type: ActionType.dbSelected, payload: { - parameters: { engine: 'postgresql' }, + parameters: {}, configuration_method: CONFIGURATION_METHOD.SQLALCHEMY_URI, }, // todo hook this up to step 1 });