diff --git a/ingestion/src/metadata/ingestion/source/dashboard/superset/queries.py b/ingestion/src/metadata/ingestion/source/dashboard/superset/queries.py index 86ef8e25269..4c69297c599 100644 --- a/ingestion/src/metadata/ingestion/source/dashboard/superset/queries.py +++ b/ingestion/src/metadata/ingestion/source/dashboard/superset/queries.py @@ -93,7 +93,7 @@ LIMIT 1 FETCH_COLUMN = """ select tc.id, - tc.table_name , + t.table_name , tc.column_name, tc.table_id, tc.type,