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
Curious if you have any fully featured examples of ibis-risingwave anywhere?
Currently no.
I think a really nice fully featured example could be tpch against an iceberg source with ibis-risingwave?
Thanks for the suggestion! We will consider that. Is there a specific reason you want to use ibis-risingwave? Does SQL API not meet your requirements? We also have psycopg2 support for python users. The doc is here.
In general I find dataframe apis much easier for data engineering/feature generation. Also having access to Python UDFs for numpy/scipy/etc. is pretty useful/important.
ibis: the portable Python dataframe library.
ibis has supported postgresql.
We separate the Ibis suppport development into three stages:
sqlalchemy-risingwave
to satisfy all the requirement ofibis-postgres
.sqlglot-risingwave
sqlglot.dialects.dialect.Dialectibis
to get official support.Bugs found while supporting ibis.
"
#14731Feature requests:
limit null
NUMERIC(38,9)
sqlglot.dialects.dialect.Dialect
information_schema.schemata
get_columns
in sqlalchemy-risingwaveThe text was updated successfully, but these errors were encountered: