dosubot[bot] commented on issue #33203: URL: https://github.com/apache/superset/issues/33203#issuecomment-2820544517
<!-- Answer --> I found a similar unsolved discussion related to Jinja template processing: [Jinja Template](https://github.com/apache/superset/discussions/30448), which might provide some insights or context for your issue <sup>[[1]](https://github.com/apache/superset/discussions/30448)</sup>. Regarding the specific issue you're facing with Jinja templates in custom columns used as dashboard filters, there isn't a direct solution documented in the repository. However, it's worth noting that Superset processes Jinja templates by enabling the `ENABLE_TEMPLATE_PROCESSING` feature flag in `superset_config.py`. This allows Python code to be embedded in virtual datasets and Custom SQL, which might be relevant to your setup <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/configuration/sql-templating.mdx)</sup>. If you haven't already, ensure that this feature flag is enabled and that your Jinja context is correctly set up. Additionally, reviewing the related Q&A and issues you mentioned might provide further insights or workarounds. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/841cb258-d4ac-4b4e-a2ad-eaa68bce1109?feedback_type=other)</sup> -- 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]
