Error when using duckdb.force_execution #625
-
Any idea on where this error stems from? Following the brief example from #172 (reply in thread) I am running
But run into
|
Beta Was this translation helpful? Give feedback.
Answered by
JelteF
Feb 26, 2025
Replies: 1 comment 3 replies
-
That sounds like you've been building a custom DuckDB instead of using the one included in the pg_duckdb repo. The http_file_cache_dir is a custom thing we're currently adding, but that we're considering removing that feature in the next release. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It sounds like you're not including the cached_httpfs extension: https://github.com/duckdb/pg_duckdb/tree/main/third_party/cached_httpfs
We bundle that into our duckdb build using:
pg_duckdb/Makefile
Line 117 in 77f1abf