Davidkramer1999 commented on issue #21799:
URL: https://github.com/apache/superset/issues/21799#issuecomment-2119743460

   If you are using Docker for development you need to add voulme for plugin 
   
   ```
   x-superset-volumes: &superset-volumes
     # /app/pythonpath_docker will be appended to the PYTHONPATH in the final 
container
     - ./docker:/app/docker
     - ./superset:/app/superset
     - ./superset-frontend:/app/superset-frontend
     - 
/localpath/superset-plugin-chart-hello-world:/app/superset-frontend/plugins/superset-plugin-chart-hello-world
     - superset_home:/app/superset_home
     - ./tests:/app/tests
     
    ```


-- 
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]

Reply via email to