dosubot[bot] commented on issue #32539: URL: https://github.com/apache/superset/issues/32539#issuecomment-2706415614
<!-- Greeting --> Hey there, @vyaradaikin! I'm here to help you with any bugs, questions, or contributions you have for Superset. Let's tackle this together! <!-- Answer --> Yes, a PDF report sent by schedule in Superset can be downloaded with a .pdf extension in Slack. The `SlackNotification` class in the Superset codebase includes a method `_get_inline_files` that ensures the content is recognized as a PDF when uploaded to Slack. This method checks if the content includes a PDF and returns it with the file type "pdf", which is then used in the `send` method to upload the file to Slack, ensuring it is recognized as a PDF <sup>[[1]](https://github.com/apache/superset/blob/master/superset/reports/notifications/slack.py)</sup>. However, there is a known issue in Superset version 4.1.1 where reports are not sent when selecting to send as PNG, CSV, or text, which might be related to your problem <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>. You might want to check if this issue affects your setup or if there are any updates or patches available that address this problem. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/57437112-14fd-433d-be90-88a41d779f1a?feedback_type=other)</sup> -- 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]
