dosubot[bot] commented on issue #34105: URL: https://github.com/apache/superset/issues/34105#issuecomment-3049186369
<!-- Greeting --> Hi @Auburg! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> The ability to save a query with Jinja template parameters as a dataset is available in Superset 5.0.0, but the checkbox to "Include Template Parameters" only appears if the ENABLE_TEMPLATE_PROCESSING feature flag is enabled in your superset_config.py. By default, this flag is off, so you won't see the checkbox or be able to save Jinja-parameterized datasets unless an admin enables it. You can find more details in the [docs](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/sql-templating.mdx) and see the relevant frontend logic [here](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx). If you enable ENABLE_TEMPLATE_PROCESSING and still don't see the checkbox, there may be a config or caching issue. Let me know if that's the case or if you need help with the config. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b678495b-10f6-4de1-a0dc-952bbd08da6e?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34105) -- 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]
