GitHub user dosubot[bot] added a comment to the discussion: time range filter
<!-- Answer --> There isn’t a separate permission for time range filters in Superset—permissions for all native filters are tied to dashboard edit rights. If you can edit other filters but get “access denied” only for the time range filter, the most likely cause is that the dataset used by the time filter doesn’t have any temporal (date/time) columns. In this case, the frontend disables or blocks the time range filter, but this is a dataset configuration issue, not a permissions one. Check that your dataset(s) have at least one temporal column configured. There are no known bugs or recent changes that would cause access denied errors specifically for time range filters if you have edit rights to the dashboard. More details on this permissions model can be found [here](https://github.com/apache/superset/issues/33599) and on dataset requirements for time filters [here](https://github.com/apache/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx). <!-- 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/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b02a4b89-10fb-451c-a58e-3d41016d920d?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34046) GitHub link: https://github.com/apache/superset/discussions/34046#discussioncomment-13648450 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
