bxsx commented on code in PR #42494:
URL: https://github.com/apache/superset/pull/42494#discussion_r3662006345


##########
docs/admin_docs/configuration/alerts-reports.mdx:
##########
@@ -28,6 +28,7 @@ Alerts and reports are disabled by default. To turn them on, 
you'll need to chan
 - Users can customize the email subject by including date code placeholders, 
which will automatically be replaced with the corresponding UTC date when the 
email is sent. To enable this functionality, activate the 
`"DATE_FORMAT_IN_EMAIL_SUBJECT"` [feature 
flag](/admin-docs/configuration/configuring-superset#feature-flags). This 
enables date formatting in email subjects, preventing all reporting emails from 
being grouped into the same thread (optional for the reporting feature).
     - Use date codes from [strftime.org](https://strftime.org/) to create the 
email subject.
     - If no date code is provided, the original string will be used as the 
email subject.
+- Each alert/report has an "Include a link back to Superset" option (enabled 
by default) controlling whether the call-to-action link (its email text is 
configurable via `EMAIL_REPORTS_CTA`) is included in email and Slack 
notifications. Uncheck it when recipients should not receive a link to your 
Superset host, e.g. for external audiences.

Review Comment:
   Fair point on the ambiguity — reworded in 9c396f7 to make the scope 
explicit: EMAIL_REPORTS_CTA affects the email link text only; the Slack message 
always uses "Explore in Superset". (Side note: the referenced CWE-10906 doesn't 
exist — CWE IDs top out around 1400.)



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

Reply via email to