You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python version is 2.7.17, sqlalchemy-clickhouse is 0.1.5,however,when I try to connet my clickhousr, error occur, who know how to deal with it? thank you
import sqlalchemy
import sqlalchemy as sa
sa.create_engine("clickhouse://10.26.xx.xxx") (xx for sercet)
Traceback (most recent call last):
File "", line 1, in
File "/usr/share/hue/build/env/local/lib/python2.7/site-packages/SQLAlchemy-1.3.17-py2.7-linux-x86_64.egg/sqlalchemy/engine/init.py", line 488, in create_engine
return strategy.create(*args, **kwargs)
File "/usr/share/hue/build/env/local/lib/python2.7/site-packages/SQLAlchemy-1.3.17-py2.7-linux-x86_64.egg/sqlalchemy/engine/strategies.py", line 87, in create
dbapi = dialect_cls.dbapi(**dbapi_args)
File "build/bdist.linux-x86_64/egg/sqlalchemy_clickhouse/base.py", line 185, in dbapi
import connector
File "build/bdist.linux-x86_64/egg/sqlalchemy_clickhouse/connector.py", line 12, in
from infi.clickhouse_orm.models import ModelBase
File "/usr/share/hue/build/env/local/lib/python2.7/site-packages/infi/clickhouse_orm/init.py", line 3, in
from infi.clickhouse_orm.database import *
File "/usr/share/hue/build/env/local/lib/python2.7/site-packages/infi/clickhouse_orm/database.py", line 6, in
from .models import ModelBase
File "/usr/share/hue/build/env/local/lib/python2.7/site-packages/infi/clickhouse_orm/models.py", line 216
precision, *timezone = [s.strip() for s in db_type[11:-1].split(',')]
The text was updated successfully, but these errors were encountered:
python version is 2.7.17, sqlalchemy-clickhouse is 0.1.5,however,when I try to connet my clickhousr, error occur, who know how to deal with it? thank you
The text was updated successfully, but these errors were encountered: