Skip to content

Update from code changes: document server-side job operations - #326

Open
mintlify[bot] wants to merge 3 commits into
mainfrom
mintlify/d7b8c4f2
Open

Update from code changes: document server-side job operations#326
mintlify[bot] wants to merge 3 commits into
mainfrom
mintlify/d7b8c4f2

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new connection-level job APIs added in lancedb/lancedb#3755job, list_jobs, get_job, cancel_job, and job_history, along with the non-blocking Job.status() snapshot — and the typed Job[T] result contract from lancedb/lancedb#4013 that lets Python callers read structured payloads (e.g. RefreshColumnResult) from job.wait(). Together these let LanceDB Enterprise users introspect, monitor, and cancel background work from Python and TypeScript.

Changes

  • Added enterprise/jobs.mdx covering the Job handle, listing/describing jobs, cancellation, and reading job history as Arrow.
  • Wired the new page into docs.json under LanceDB Enterprise.
  • Documented the typed Job[T] contract in Python (wait() returns the endpoint's result), with refresh_column_asyncRefreshColumnResult as the worked example; noted the TypeScript wait() return type is unchanged.

Context

Upstream PRs: lancedb/lancedb#3755, lancedb/lancedb#4013

Update history

@mintlify

mintlify Bot commented Jul 31, 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 Jul 31, 2026, 7:57 PM

@mintlify

mintlify Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Update from code changes updated this PR.

Documented typed Job[T] results with refresh_column_async example

Source PRs

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