raulcd commented on issue #47353:
URL: https://github.com/apache/arrow/issues/47353#issuecomment-3195734880

   Thanks for opening the issue and the details but would it be possible to get 
a minimum reproducer on how are you trying to use PyArrow Azure Filesystem? I 
am not familiar with the whole Azure ecosystem but seeing some Arrow/PyArrow 
code on how are you using it will help me start taking a look. Are you using 
filesystem from uri or creating your own `AzureFileSystem` instance?
   I wasn't close with the initial implementation but some of the 
Authentication functionality was not exposed on PyArrow from C++, an example:
   - https://github.com/apache/arrow/issues/46833
   I can see on C++ we are supposed to support Workload identity credentials, 
there is code and tests that supports that, example:
   
https://github.com/apache/arrow/blob/15662e67ba8742af3fdb12c48712752d578992e1/cpp/src/arrow/filesystem/azurefs_test.cc#L699-L706
   
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to