duckdb_azure
duckdb_azure copied to clipboard
Test & Expose retry config
Azure SDK seems to have a retry mechanism that is on by default: https://github.com/Azure/azure-sdk-for-cpp/blob/b8d2301931091bbc2374706da605e954ee4d9863/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp#L79.
We would like to:
- confirm/test that it works as expected
- expose the configuration to the user
The main question is how to unify / distinguish these for the similar settings in the httpfs extension