Fix #21099: fix Superset ingestion bad query (#21650)

This commit is contained in:
Mayur Singal 2025-06-13 08:32:15 +05:30 committed by GitHub
parent f4e9d69930
commit 93b5cec8f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,