周小馬

Results 7 comments of 周小馬

赞赞赞

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. ![image](https://github.com/apache/superset/assets/28430952/c03eadbb-c332-44cd-9732-29f5df13efe4)

When I use tag=3.1.3, superset works fine for production, but the latest version, 4.0.1rc, doesn't work! ![image](https://github.com/apache/superset/assets/28430952/4653bf92-6d10-4d03-8064-768b9d573676)

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