Skip to content

Revamp /tables/update docs with clear merge semantics#161

Merged
prrao87 merged 1 commit intomainfrom
fix/upsert-docs
Feb 20, 2026
Merged

Revamp /tables/update docs with clear merge semantics#161
prrao87 merged 1 commit intomainfrom
fix/upsert-docs

Conversation

@prrao87
Copy link
Contributor

@prrao87 prrao87 commented Feb 20, 2026

Summary

This PR rewrites the /tables/update.mdx page to make update vs merge_insert behavior MUCH clearer and beginner-friendly and consistent, using one small running example throughout. Also includes an example for the partial merge insert behavior.

Closes #132.

Changes

  • Reorganized section flow and headings for conceptual clarity
  • Replaced mixed examples with one users(id, name, login_count) example
  • Added expected output markdown tables below each snippet
  • Updated snippet source tests and regenerated docs/snippets/tables.mdx
  • Clarified auto-embedding behavior for source/vector columns

@prrao87 prrao87 merged commit 2a9464a into main Feb 20, 2026
2 checks passed
@prrao87 prrao87 deleted the fix/upsert-docs branch February 20, 2026 03:01
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.

Partial Column Upserting Undocumented in merge_insert API

1 participant

Comments