Closed sarath-mec closed 3 months ago
Thanks for the issue. It looks like there are a number of things to look at here:
Thanks @cpcloud for the message. I have reported an issue with JSON & JSONB datatype in Postgres as well (most possible) and can be fixed along the same
As of #9567 (included in ibis 9.2) we now map all non-natively-supported dtypes to our unknown
type. This should let you load a table with any postgres dtype into ibis (but you won't be able to do much on unknown
-typed columns without casting them to a supported type). Closing this for now, please feel free to reopen/open a new issue if you find additional issues.
What happened?
I had issues with instantiating couple of tables in postgres Framework
SQL Script to Create Table
Code to Produce Error
Some Other Table DDLs which had issue
Possible Reason is Having Columns with XML Type
Also Noticed Issues with JSONB Datatype
What version of ibis are you using?
8.0.0
What backend(s) are you using, if any?
postgres
Relevant log output