GitHub user moshhi added a comment to the discussion: How to add the date to 
the email subject line

I switched Tags to 4.1.2 at 
```https://github.com/apache/superset/blob/4.1.2/superset/reports/notifications/email.py```,
 but still 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
        )```, how can I solve this problem? or it is changed?

GitHub link: 
https://github.com/apache/superset/discussions/33777#discussioncomment-13478348

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

Reply via email to