GitHub user moshhi added a comment to the discussion: How to add the date to
the email subject line
My Superset version is 4.1.2, did not found the code: ``` @property
def _name(self) -> str:
"""Include date format in the name if feature flag is enabled"""
return (
self._parse_name(self._content.name)
if is_feature_enabled("DATE_FORMAT_IN_EMAIL_SUBJECT")
else self._content.name
) ``` in path ```superset/reports/notifications/email.py```, so it
doesn't work. How can I solve this problem.
GitHub link:
https://github.com/apache/superset/discussions/33777#discussioncomment-13478228
----
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]