thomasfrederikhoeck opened a new issue, #5534: URL: https://github.com/apache/arrow-rs/issues/5534
**Which part is this question about**: `object_store` **Describe your question** TLDR; Is object store using something like VisualStudioCodeCredential? I ran into the following in `delta-rs` which uses `object_store (https://github.com/delta-io/delta-rs/issues/2306 `) where we see some weird bug. It only happens if the code runs inside VS Code and not in a script started from the command line. It only happens for some storage accounts and only for some users. It let me to think that it could related to the fact that you (at least in python SDK) can authenticate using VS Code (don't ask med how) https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.visualstudiocodecredential?view=azure-python. Does `object_store` in anyway do the same? **Additional context** <!-- Add any other context about the problem here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
