Following the LanceDB docs to connect to Azure Blob Storage (v0.6.2), the reporter set the required environment variables and connected successfully: db.tablenames() listed the correct tables. But db.opentable("all_content") failed with a pyarrow ArrowInvalid error. The root cause discussed in the thread is that the synchronous Python SDK reads through pyarrow.fs, which does not understand the az:// filesystem scheme, so creating tables worked but reading them back did not.