Skip to content
Discussion options

You must be logged in to vote

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:

  1. a custom cmake file: https://github.com/duckdb/pg_duckdb/blob/main/third_party/pg_duckdb_extensions.cmake
  2. by using that cmake file in the command we use to build duckdb:
    EXTENSION_CONFIGS="../pg_duckdb_extensions.cmake" \

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JelteF
Comment options

@TianzeMYou
Comment options

@JelteF
Comment options

Answer selected by TianzeMYou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants