GitHub user dosubot[bot] added a comment to the discussion: Date in Report Names
<!-- Answer --> You can include the current date in the subject or name of scheduled email reports in Apache Superset by enabling the DATE_FORMAT_IN_EMAIL_SUBJECT feature flag. Once enabled, you can use strftime-compatible date codes (like %Y-%m-%d) in the email subject or report name, and Superset will automatically replace them with the current UTC date when the email is sent. This is only supported for email notificationsāother report types (like Slack or file exports) do not support dynamic date variables in their names. For more details, see the documentation and code references [here](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/alerts-reports.mdx) and [here](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/reports/notifications/email.py). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b14e5f36-f6e5-43c9-aaaa-43ff1945ff76?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34117) GitHub link: https://github.com/apache/superset/discussions/34117#discussioncomment-13714671 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
