duckdb_azure
duckdb_azure copied to clipboard
Support for specifying token directly
Hi there
Thanks for this cool extension, that will enable lot's of use cases for us
If you acquire the token outside duckdb, would be nice to be able to do something like this:
SET azure_storage_bearer_token = '<your_token>';
This is espescially useful if you use Managed Identity / Interactive Browser Credentials or the like