Blaze не может справиться с BIGINT, TEXT структурой данных базы данных postgresql
Я пытаюсь 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