Date in Report Names #34117
Replies: 1 comment 1 reply
-
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 and here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I capture the current date in the names of reports configured in Apache Superset?
Beta Was this translation helpful? Give feedback.
All reactions