Massimiliano Pizzotti
Massimiliano Pizzotti
### What happens? On a notebook environment, duckdb cannot connect to a file, using duckdb.connect('file'), but in memory work just as expected. I wanted to connect to a db so...
### What happens? when using the IN / OR operator against a file parquet, all the other filters that can be push-down filtered onto the parquet file are discarded. This...
i bumped duckdb from version 1.1.3 to 1.2.0, i'm using it to run queries on azure blob storage, with the following bootstrap queries: ``` INSTALL azure; LOAD azure; SET azure_http_stats...
I have a question regarding the use of **DuckDB** or **SQLite** as a catalog database. In my setup ( the idea): - current approach: - run a daily ingestion job...
similar to the request #117, adding Apache Arrow source
### What happens? I have a pipeline that generates a very large DuckDB table (~1 TB, around 3.7 billion rows and 211 columns). After generating it, I want to export...
### What happens? following the documentation found [here](https://duckdb.org/docs/stable/sql/expressions/star#syntax) as follows: instead of returning the correct rows, i get the following error: `Binder Error: {"exception_type":"Binder","exception_message":"No function matches the given name and...