We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
text
The text was updated successfully, but these errors were encountered:
Shouren
No branches or pull requests
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.
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.The text was updated successfully, but these errors were encountered: