dosubot[bot] commented on issue #36112: URL: https://github.com/apache/superset/issues/36112#issuecomment-3532134513
<!-- Greeting --> Hi @nohnaimer! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> The Pivot Table v2 chart should be available in Superset 5.0.0 without any extra installation steps—just enabling the PIVOT_TABLE_V2 flag in your config is enough. However, in Docker setups, Superset only loads config overrides from a file named superset_config_docker.py in ./docker/pythonpath_dev/ on your host. Make sure your FEATURE_FLAGS are set in that file, not elsewhere, and that the file is actually being picked up by the container. If you want to use a different config file, you must set the SUPERSET_CONFIG_PATH environment variable to the full path inside the container and restart Superset for changes to take effect. After updating the config, use docker compose down -v and docker compose up to fully restart and reload everything. You can confirm the frontend received the flag by checking window.featureFlags in your browser console—PIVOT_TABLE_V2 should be true if it worked. If you still don’t see the chart, clear your browser cache or try an incognito window to rul e out stale assets. Also, double-check the Superset version in the UI (About dialog or footer) to make sure you’re actually running 5.0.0, as Docker images sometimes default to older versions if the TAG variable isn’t set correctly. For more details, see [this discussion](https://github.com/apache/superset/issues/33702) and [this versioning issue](https://github.com/apache/superset/issues/34749). <!-- 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/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a8aa7028-7f31-4d34-acac-739c7f7f5b1c?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]
