Blaze无法解决postgresql数据库的BIGINT,TEXT数据结构问题

时间:2015-08-14 21:08:41

标签: blaze

我正在尝试使用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的数据类型

0 个答案:

没有答案