hutch3232 commented on issue #658: URL: https://github.com/apache/arrow-rs-object-store/issues/658#issuecomment-5071468976
It took me awhile to get to this, but this isn't working for me. I'm using the latest polars 1.43.0 which uses object-store 0.13.2 which includes this fix. However, when I read paths (`scan_csv`) with an abfss path as seen in the issue description, `polars` will error out. It basically complains that there are missing required args `tenant_id`, `client_id`, and `token_file_path`. However if I pass `use_fabric_endpoint` as true to the `storage_options` then it works. So that led me to believe for some reason this is still not being inferred from the path. Quite possibly a `polars` issue, but wanted to raise here since I already have this issue. -- 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]
