Michael D. Smith

Results 27 comments of Michael D. Smith

correct, it is custom plugins with non public code. This all works if I use the last release before 2.0 (1.5). It only fails with the new release.

does it need to be rebuilt with updated mamba builder (which is how it is build)

No, I cannot reproduce now, you can close. I can open a new ticket if it reoccurs.

I'd also remove the `conda config --set solver classic` or set it to the mamba solver. The classic one can take a long time

@geographika maybe try using `condaforge/mambaforge:latest` instead of miniconda? Or perhaps `ghcr.io/prefix-dev/pixi:latest`?

it did not. Are there some software packages that silently set that to true internally?

You actually can do this now via GDAL (OGR) ADBC connection. An example connection: ``` connection "ADBC:/path/myfile.parquet" CONNECTIONOPTIONS "PRELUDE_STATEMENTS" "ADBC_DRIVER=/opt/conda/envs/default/lib/libduckdb.so" "PRELUDE_STATEMENTS" "load spatial" "PRELUDE_STATEMENTS" "load httpfs" "PRELUDE_STATEMENTS" "set memory_limit =...