From 93b5cec8f9906c2d4f2148bfea73d83af4133ab5 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:32:15 +0530 Subject: [PATCH] Fix #21099: fix Superset ingestion bad query (#21650) --- .../src/metadata/ingestion/source/dashboard/superset/queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,