-
Notifications
You must be signed in to change notification settings - Fork 752
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
Feature: SQLAlchemy support #4708
Comments
mysql+pymysql://root:@127.0.0.1:3307/default |
Fixed in #4735, and released in https://github.com/datafuselabs/databend/releases/tag/v0.7.11-nightly It works now:
result:
|
Use jupyter run report error :
use python3 file.py execute ok. |
Thank you @alitrack for the feedback. |
Summary
Most BI developed in Python need SQLAlchemy to connect database, If Databend supports SQLAlchemy, will make it more popular.
for now, I tried connect databend with SQLAlchemy, got issues,
clickhouse+native://root:@127.0.0.1:9001/default
got,
mysql+mysqldb://root:@127.0.0.1:3307/default
or
mysql+mysqlconnector://root:@127.0.0.1:3307/default
got,
The text was updated successfully, but these errors were encountered: