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
I use duckdb as OLAP plugin for postgre.
I need export data from pg to duckdb, and there have jsonb column in my pg table, when I use connectorx to read_sql to arrow, raise error:
RuntimeError: No conversion rule from JSONB(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem.
So,I want:
support jsonb when etl pg to arrow (duckdb can read arrow)
directly add duckdb as return_type for read_sql()
The text was updated successfully, but these errors were encountered:
but int[] in my greeplun(int array column,like {1,2,3}) etl to arrow2 also error:
RuntimeError: No conversion rule from Int4Array(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem.
I use duckdb as OLAP plugin for postgre.
I need export data from pg to duckdb, and there have jsonb column in my pg table, when I use connectorx to read_sql to arrow, raise error:
RuntimeError: No conversion rule from JSONB(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem.
So,I want:
The text was updated successfully, but these errors were encountered: