周小馬
周小馬
赞赞赞
I created a new superset_config_docker.py file in the docker/pythonpath_dev directory and added SECRET_KEY, but it still enters the development environment when executing `docker compose -f docker-compose-non-dev up`, here is superset_config_docker.py:...
By the way, BABEL_DEFAULT_LOCALE and LANGUAGES are effective. 
When I use tag=3.1.3, superset works fine for production, but the latest version, 4.0.1rc, doesn't work! 
tag=4.0.1 worked for me, but master branch error
I made a temporary change to `superset/sql_parse.py` which avoids this issue, but it may cause other problems, so someone still needs to fix the bug! ```python def _extract_tables_from_sql(self) -> set[Table]:...