diff --git a/ingestion/src/metadata/ingestion/source/metadata/amundsen/metadata.py b/ingestion/src/metadata/ingestion/source/metadata/amundsen/metadata.py index 12ccf5c3232..8e99bca4c4f 100644 --- a/ingestion/src/metadata/ingestion/source/metadata/amundsen/metadata.py +++ b/ingestion/src/metadata/ingestion/source/metadata/amundsen/metadata.py @@ -97,8 +97,11 @@ SUPERSET_DEFAULT_CONFIG = { "type": "superset", "serviceConnection": { "config": { - "username": "test", - "password": "test", + "connection": { + "provider": "db", + "username": "test", + "password": "test", + }, "hostPort": "http://localhost:8088", "type": "Superset", }