我正在尝试使用Blaze来分析我的postgres db中的数据
连接使用
conn_string = 'postgresql://postgres:mysecretpassword@localhost:5432/postgres'
Data(resource(conn_string, schema='public'))
它给出错误
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type HSTORE
Skipping.
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type TEXT[]
Skipping.
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type BIGINT[]
Skipping.
Blaze似乎无法理解我postgresql的数据类型