Skip to content

docs: document table branches in versioning guide#267

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/099d3d41
Open

docs: document table branches in versioning guide#267
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/099d3d41

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new table branch APIs (Python, TypeScript, Rust) added in lancedb/lancedb#3490.

Changes

  • Added a Branches section to tables/versioning.mdx covering when to use branches, how to create and write to a branch (including forking from a specific version), how to reopen a branch from a table handle or directly via open_table, and how to list/delete branches.
  • Included a callout comparing branches to tags and checkout(version) so users pick the right primitive.
  • Noted that branches are supported on local and namespace-backed OSS tables; remote (Enterprise) support is not yet available.

Context

The upstream change adds branches.create / checkout / list / delete on the table handle plus a branch option on open_table, all backed by Lance's branchable dataset history. Branches are writable forks of main, so they belong with the existing versioning + tags guidance rather than as a standalone page.

@mintlify

mintlify Bot commented Jun 8, 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 Jun 8, 2026, 11:36 PM

@prrao87

prrao87 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Consolidated this PR with the reviewed snippet/test work by @brendanclement from #263: branches now stay in the versioning guide, use generated snippets, and avoid adding a separate branches page/sidebar entry. This PR is updated and left open for review/merge.

@prrao87 prrao87 added the needs_new_release Only merge once we release a new version of LanceDB label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs_new_release Only merge once we release a new version of LanceDB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants