How to remove "Explore in Superset" hyperlink in emails #31462
-
How to remove "Explore in Superset" hyperlink in emails |
Beta Was this translation helpful? Give feedback.
Answered by
dosubot[bot]
Dec 16, 2024
Replies: 1 comment 2 replies
-
To remove the "Explore in Superset" hyperlink in emails, you can modify the # The text for call-to-action link in Alerts & Reports emails
EMAIL_REPORTS_CTA = "" This will effectively remove the hyperlink from the email content [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To modify the
EMAIL_REPORTS_CTA
configuration using a Helm chart, you can use theconfigOverrides
section in yourvalues.yaml
file. Here's how you can set it:This will append the configuration to
superset_config.py
, effectively removing the "Explore in Superset" hyperlink from emails [1][2].To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other