-
It seems that the `@duckdb/react-duckdb*` npm packages contain raw typescript source code, which is fairly unusual. It means that consumers of the packages need to enable the typescript loader for `no…
-
Atm lets do only the fct_LifeTrack.R file
We can do the other modules later
### function assertAnalysisSettings_LifeTrack
analysisSettings$cohortId cohort to extract data from
analysisSettings$n…
-
Me gustaría compartir aquí mis inquietudes y dudas en cuanto a la calificación del bot con respecto a los trabajos; realicé la entrega del trabajo: DUCKDB_SQLFECATE_E20_P10 y no me queda claro los err…
-
I am using https://shell.duckdb.org/ to read a parquet from S3.
```
SET s3_region='us-east-1';
SET s3_access_key_id='xxx';
SET s3_secret_access_key='xxx';
select count(*) from read_parquet('s3://…
-
```bash
postgres=# create extension duckdb_fdw;
CREATE EXTENSION
postgres=# CREATE SERVER duckdb_server
postgres-# FOREIGN DATA WRAPPER duckdb_fdw
postgres-# OPTIONS (
postgres(# …
Vonng updated
5 months ago
-
This extension was compiled with GDAL 3.6.3 which has support for GeoParquet (it was added in 3.5.1). Any idea why it states for the format is unsupported?
```bash
$ /Volumes/Seagate/duckdb_spatia…
-
this are currently limited to what you can do with the c api. see this feature request for more info https://github.com/duckdb/duckdb/discussions/11988
-
### What happens?
```sql
duckdb tmp.db
v1.1.0 fa5c2fe15f
Enter ".help" for usage hints.
D create table t (i int primary key, s varchar);
D insert into t select i, i::string from generate_serie…
-
The DuckDB connection configured in airflow_settings.yaml is created on the UI, but its custom File field comes up blank - even when set in the Host field as shown in [ci-test-connections.yaml](https:…
-
Trying to run PhenotypeR with codelists from json files so i need to get my cohorts from jsons:
```
cancer_concepts