Description
WorkspaceClient.files.download('/Volumes/xyz') returns Can't infer requester network zone. error.
Reproduction
w = WorkspaceClient()
w.files.download(/Volumes/somefile)
Register to MLFlow model and serve via model serving endpoint.
Backend Azure Databricks, volume defined on external location.
Expected behavior
File downloads correctly from Volume with no error.
Is it a regression?
Yes.
Last known working in v0.67; errors in v0.69 with no code change.