Rui Yang
Rui Yang
### Is your feature request related to a problem? We are using Snowflake backend, and trying to load parquet file into the snowflake, the parquet has columns with fixed length...
### Is your feature request related to a problem? Synapse Serverless/Dedicated are both compatible with MS SQL server dialect, but the default behave of Synapse Serveless is tht DBO schema...
### What happened? for following code for bigquery: ```python c = ibis.bigquery.connect(...) t = c.table('some table') for y in t.to_pyarrow_batches(chunk_size=1_000_000): #
### What happened? for BigQuery, if we use a Recursive CTE statement something like this: ``` WITH RECURSIVE CTE_1 AS ( (SELECT 1 AS iteration UNION ALL SELECT 1 AS...
### What happened? I am trying to use the BigQuery backend to create a table with a partition by expression, ibis is raising exception. here is a simple code to...