-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Feat]: Add a demo of Python sqlalchemy
#57
Conversation
sqlalchemy
sqlalchemy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I left some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whhe rm author and fix port done.
@@ -33,6 +33,8 @@ jobs: | |||
with_oceanbase_container: true | |||
- name: 'mysql-connector-python' | |||
language: 'python' | |||
- name: 'sqlalchemy' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The with_oceanbase_container
field of mysql-connector-python
is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix
Looks like the CI job failed. Could you please add the missing field and fix it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
add sample for python
sqlalchemy
example.py
:A python scriptdemo
:A minimal example projectSolution Description