pkdotson commented on code in PR #21684:
URL: https://github.com/apache/superset/pull/21684#discussion_r986049154
##########
superset/reports/commands/alert.py:
##########
@@ -166,6 +166,9 @@ def _execute_query(self) -> pd.DataFrame:
logger.warning("A timeout occurred while executing the alert
query: %s", ex)
raise AlertQueryTimeout() from ex
except Exception as ex:
+ logger.warning(
+ "A general exception occurred while executing the alert query:
%s", ex
+ )
raise AlertQueryError(message=str(ex)) from ex
Review Comment:
Yes but i'm curious to see what this error is on it's face because it could
be empty.
--
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]