vedangparasnis commented on issue #21526: URL: https://github.com/apache/superset/issues/21526#issuecomment-1270112163
Is the hvac module present in the requirement-local.txt, Normally if you are using docker, all your custom configuration changes can be made in docker/pythonpath/superset_config.py, which is mounted as a volume in the base superset docker container and first loads config from docker/pythonpath/superset_config.py and later from superset/config.py If you want to do any changes in superset/config.py ( adding or deleting any additional file). mostly should avoid for stability, but still can do this, however need to rebuild the image or mount the volume to the container for the /superset folder -- 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]
