-
### What's the use case?
Currently the `BigQueryPandasIOManager` converts all columns in the dataframe to uppercase before loading into BigQuery. This was done due to inconsistencies with using lower…
-
### What happened?
Situation: I execute a query which will eventually be used to read rows from a table. Then, I execute some queries to get column information from `INFORMATION_SCHEMA` for that same…
-
DuckDB is a file-based database similar to sqlite and has an R interface. It looks like it might provider performance benefits over SQLite.
https://duckdb.org/docs/api/r
Investigate performance…
-
We had an issue with the odbc drivers v1.0.0 on windows server only (tested on windows server 2019 only).
The odbc driver work fine on windows 11 desktop
The odbc driver v0.10.3 works correctly on …
-
Following on from a discussion from here: https://github.com/MechanicalRabbit/FunSQL.jl/issues/48#issuecomment-1904268427
@xitology suggested I open a request here for supporting DuckDB in OHDSICoh…
-
页面:https://zanjie.github.io/database/duckdb/intro/
-
### Dagster version
1.6.3
### What's the issue?
In an attempt to create a dynamic resource (eg. snowflake or duckdb depending on the environment), I found that `EnvVar` variables are not evaluated …
-
### What happened?
When a column has only nulls, I can't create a DuckDB table or pyarrow table from it.
Here are some reproducible examples:
```python
import ibis
con = ibis.duckdb.conne…
-
Please see the code in https://github.com/leozc/lanceGraph/blob/main/testme.py
python testme.py # create the db
python testme.py # read the DB
-
Today, I'd like to ask for a small feature request, which – I think – could be useful to more people than just me.
It's about cross-compiling Go programs which shall use DuckDB. While building a bi…