Taragolis commented on code in PR #38079:
URL: https://github.com/apache/airflow/pull/38079#discussion_r1521824259
##########
airflow/providers/slack/transfers/sql_to_slack.py:
##########
@@ -33,6 +33,10 @@
from airflow.utils.context import Context
+class SqlToSlackNullOutputException(AirflowException):
+ """An exception that indicates the sql output is empty and hence should
not be sent with slack message."""
Review Comment:
Do we need separate exception for that? Or we just could use ValueError
instead?
--
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]