jkcosmo opened a new issue, #474: URL: https://github.com/apache/arrow-rs-object-store/issues/474
**Describe the bug** I'm using https://github.com/delta-io/delta-rs for reading and writing to Microsoft Fabric Onelake, but the error I'm getting points to the issue being part of this repository. I'm using a fabric workspace with public access disables, when trying to use the normal abfss paths in the style of ``abfs[s]://<workspace_id>@onelake.dfs.fabric.microsoft.com/<path>`` I'm getting the error message that public access is disabled. According to Microsoft [documentation](https://learn.microsoft.com/en-us/fabric/security/security-workspace-level-private-links-overview#connecting-to-workspaces) there are special endpoints available for private link environments, which would correspond to an abfss path like this: ``abfs[s]://<workspace_id>@<workspace_id>.z<xy>.dfs.fabric.microsoft.com/<path>``, where zy are the first to symbols of the workspace id Trying to access data with this schema yields the error ``Generic MicrosoftAzure error ↳ URL did not match any known pattern for scheme`` Trying to access data with this abfss schema works using other libraries so it should be a parsing issue **To Reproduce** Setup ms fabric workspace with public access disabled, then try to access data using the mentioned private link urls. **Expected behavior** Paths get matched correctly, and data can be accessed. -- 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]
