Demo in docker will fail when upgrading to 0.9.0, update python script with sqlalchemy 2
tobegit3hub opened this issue · 0 comments
tobegit3hub commented
Bug Description
If we update the version of openmldb in docker image, it will fail.
Here are the files that we should update for openmldb 0.9.0.
test/integration-test/openmldb-test-python/install.sh
demo/Dockerfile
Here is the error log.
https://github.com/4paradigm/OpenMLDB/actions/runs/9092221209/job/24988464772?pr=3927
We need to update the python code which use sqlalchemy 2 instead of sqlalchemy 1. For example, wrap text
in sql string.