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 notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to