mueller-ma commented on issue #41280: URL: https://github.com/apache/superset/issues/41280#issuecomment-4778571435
When I start completely fresh (stop all containers, remove all containers, images and volumes), starting 6.1.0 works using `docker compose up` and the default configs. When updating from 6.0.0 sqlglot isn't updated: ```` $ git checkout 6.0.0 $ docker compose up $ docker exec -it superset_worker_beat bash uv pip show sqlglot Name: sqlglot Version: 27.15.2 Location: /app/.venv/lib/python3.11/site-packages Requires: Required-by: apache-superset $ docker compose down $ git checkout 6.1.0 $ docker compose up $ docker exec -it superset-superset-worker-beat-1 uv pip show sqlglot Name: sqlglot Version: 27.15.2 Location: /app/.venv/lib/python3.11/site-packages Requires: Required-by: apache-superset, apache-superset-core ```` (Output of some commands removed) -- 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]
