docs: remove incorrect "LanceDb Cloud only" from table_names params

The page_token and limit parameters for table_names() are supported
by both local storage and LanceDB Cloud, not just Cloud as the
docstring incorrectly stated.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jonathan M Hsieh
2025-12-25 09:24:11 -08:00
parent 8ae4f42fbe
commit d21408ed1a

View File

@@ -210,10 +210,8 @@ class DBConnection(EnforceOverrides):
page_token: str, optional
The token to use for pagination. If not present, start from the beginning.
Typically, this token is last table name from the previous page.
Only supported by LanceDb Cloud.
limit: int, default 10
The size of the page to return.
Only supported by LanceDb Cloud.
Returns
-------