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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org