betodealmeida commented on a change in pull request #15805:
URL: https://github.com/apache/superset/pull/15805#discussion_r677906478



##########
File path: superset-frontend/src/views/CRUD/alert/types.ts
##########
@@ -74,7 +75,7 @@ export type AlertObject = {
   owners?: Array<Owner | MetaObject>;
   sql?: string;
   recipients?: Array<Recipient>;
-  report_format?: 'PNG' | 'CSV';
+  report_format?: 'PNG' | 'CSV' | 'TEXT';

Review comment:
       I think for email HTML makes sense, but not for Slack (since it's not 
technically HTML).




-- 
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