eschutho commented on code in PR #35081:
URL: https://github.com/apache/superset/pull/35081#discussion_r2337989325


##########
superset/connectors/sqla/models.py:
##########
@@ -1637,9 +1637,7 @@ def assign_column_label(df: pd.DataFrame) -> pd.DataFrame 
| None:
             # everything else / the default should be to let things bubble up.
             df = pd.DataFrame()
             status = QueryStatus.FAILED
-            logger.warning(
-                "Query %s on schema %s failed", sql, self.schema, exc_info=True
-            )
+            logger.exception("Query %s on schema %s failed", sql, self.schema)

Review Comment:
   I agree with this. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to