Skip to content
New issue

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

Demo in docker will fail when upgrading to 0.9.0, update python script with sqlalchemy 2 #3932

Open
tobegit3hub opened this issue May 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tobegit3hub
Copy link
Collaborator

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

Screenshot 2024-05-16 at 17 50 36

We need to update the python code which use sqlalchemy 2 instead of sqlalchemy 1. For example, wrap text in sql string.

@tobegit3hub tobegit3hub added the bug Something isn't working label May 16, 2024
@tobegit3hub tobegit3hub self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant