Mimoune
Mimoune
### Feature Request / Improvement there are a lot of systems that produce parquet files only, it will be useful if xtable can convert those parquet to modern tables formats...
first congratulation on the progress you made, chDB is substantially better than just 6 months ago, I am trying to read a folder of csv and export it to delta,...
trying the syntax with version ``` df = duckdb.sql(f""" select count(*) as TOTAL from iceberg_scan ('abfss://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/ddddd/iceberg/scada', version='1') """).show() ``` i got this error `NotImplementedException: Not implemented Error: AzureDfsStorageFileSystem: FileExists is...
### What happened? when I run this code ` con.sql(sql, dialect="mssql").to_pyarrow(),` I get this error ` DMV (Dynamic Management View) 'dm_exec_describe_first_result_set' is not supported.` ### What version of ibis are...
### Is your feature request related to a problem? to_graph is really good but can be very hard to read for a complex transformation ### What is the motivation behind...