sadpandajoe commented on code in PR #31413:
URL: https://github.com/apache/superset/pull/31413#discussion_r1882665941
##########
superset/config.py:
##########
@@ -563,6 +563,8 @@ class D3TimeFormat(TypedDict, total=False):
# If on, you'll want to add "https://avatars.slack-edge.com" to the list
of allowed
# domains in your TALISMAN_CONFIG
"SLACK_ENABLE_AVATARS": False,
+ # Allow users to optionally specify date formats in email subjects, which
will be parsed if enabled.
+ "DATE_FORMAT_IN_EMAIL_SUBJECT": False,
Review Comment:
Can you mention this new feature flag in UPDATING.md
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]