Skip to content

Update from code changes: document async drop table API - #329

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/751c4669
Open

Update from code changes: document async drop table API#329
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/751c4669

Conversation

@mintlify

@mintlify mintlify Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new asynchronous drop-table API on LanceDB Connection. drop_table_async (Python/Rust) and dropTableAsync (TypeScript) mark a table as dropped and return a job handle so callers don't block on data-file cleanup — useful when dropping large tables against LanceDB Enterprise, where cleanup runs server-side. The existing drop_table / dropTable behavior is unchanged.

Upstream PR: lancedb/lancedb#3936

Changes

  • Added a Drop a table asynchronously subsection under Drop a table in tables/create.mdx with Python, TypeScript, and Rust examples and a note on local vs. Enterprise behavior.

@mintlify

mintlify Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Aug 14, 2026, 1:10 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants