mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix(sqllab): Missing executed sql value in the result table (#34846)
This commit is contained in:
@@ -194,6 +194,7 @@ const ResultSet = ({
|
||||
'dbId',
|
||||
'tab',
|
||||
'sql',
|
||||
'executedSql',
|
||||
'sqlEditorId',
|
||||
'templateParams',
|
||||
'schema',
|
||||
@@ -553,6 +554,7 @@ const ResultSet = ({
|
||||
sql = (
|
||||
<HighlightedSql
|
||||
sql={query.sql}
|
||||
rawSql={query.executedSql}
|
||||
{...(showSqlInline && { maxLines: 1, maxWidth: 60 })}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user