Background: I used the http_request extension for a while, but it seems to not be released for later versions of duckdb, so I switched back to using http_client (in some table macros/functions that "proxy" requests to web apis) and when upgrading to duckdb v 1.5.2 I noticed that it downloads for duckdb v 1.5.1 but not yet for 1.5.2.
Not sure if there are other recommended ways to make http api calls in duckdb sql (and I am using crawler where rate limiting is needed and I am also aware of shellfs + calling a (parametrized) script as well but this means I can't distribute table macros embedded in databases without also shipping the script files and runtimes for these).
So I prefer using the httpclient (or http_client?) right now but miss availability for duckdb v 1.5.2.
Background: I used the http_request extension for a while, but it seems to not be released for later versions of duckdb, so I switched back to using http_client (in some table macros/functions that "proxy" requests to web apis) and when upgrading to duckdb v 1.5.2 I noticed that it downloads for duckdb v 1.5.1 but not yet for 1.5.2.
Not sure if there are other recommended ways to make http api calls in duckdb sql (and I am using crawler where rate limiting is needed and I am also aware of shellfs + calling a (parametrized) script as well but this means I can't distribute table macros embedded in databases without also shipping the script files and runtimes for these).
So I prefer using the httpclient (or http_client?) right now but miss availability for duckdb v 1.5.2.