Add new control to apache superset #35571
Replies: 1 comment 8 replies
-
Hi @DuyAnhBD-PTIT! I'm Dosu and I’m helping the superset team. To get your frontend changes to show up in Superset running in Docker, make sure you’re not accidentally overriding your new build with a local volume mount. If you’re using Docker Compose in development mode, by default the local For development, the frontend is usually built inside the container with If you’re still seeing the old build, try running In summary: check your volume mounts, use the right port for frontend dev, and rebuild with To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was tasked with adding a customized control to the control panel but when I try to mount it to the superset_app nothing happens, it still use the old build from the container, my frontend changes doesn't get apply at all, I tried to build locally and copying it to the docker but it doesn't work. How do I get the docker to use my newly changed superset-frontend code?
Beta Was this translation helpful? Give feedback.
All reactions