fix: python remote correct open_table error message (#659)

This commit is contained in:
Bert
2023-11-24 19:28:33 -05:00
committed by GitHub
parent 2bb2bb581a
commit 6eb662de9b
2 changed files with 10 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ class FakeLanceDBClient:
t = pa.schema([]).empty_table()
return VectorQueryResult(t)
async def post(self, path: str):
pass
def test_remote_db():
conn = lancedb.connect("db://client-will-be-injected", api_key="fake")