dosubot[bot] commented on issue #36112: URL: https://github.com/apache/superset/issues/36112#issuecomment-3532371576
<!-- Answer --> Since window.featureFlags.PIVOT_TABLE_V2 is true, your backend config is working and the frontend is receiving the flag. The most common reasons the Pivot Table v2 chart still doesn't show up are: 1. The chart type is filtered out by a deny list (VIZ_TYPE_DENYLIST) in your config or environment. Check your superset_config_docker.py and any environment variables for VIZ_TYPE_DENYLIST or similar settings that might exclude 'pivot_table_v2' from the chart picker. 2. Stale frontend assets or browser cache. Try a hard refresh (Ctrl+Shift+R), clear your browser cache, or use an incognito window. 3. The Docker image is not actually running Superset 5.0.0. Double-check the version in the Superset UI footer or About dialog. If it shows an older version, set the TAG environment variable to 5.0.0 before starting the container and re-pull the image to avoid version mismatches ([details](https://github.com/apache/superset/issues/34749)). 4. The frontend build is out of sync. If you built a custom image or upgraded, make sure the frontend was rebuilt after enabling the feature flag. In Docker, this usually means running `docker compose down -v` and `docker compose up` after any config or version change. If none of these solve it, open the chart creation dialog and check if "Pivot Table v2" appears in the chart type list. If not, let me know what chart types you do see, and check the browser console and server logs for any errors related to chart plugins or asset loading. This will help narrow down whether it's a registration, build, or config issue. <!-- 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/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/993337a7-a85c-41e4-a938-4acd2e1e04dd?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](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/issues/36112) -- 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]
