Skip to content

Bulk checkpoint upsert api#10140

Closed
karenrasmussen wants to merge 5 commits into
feat/checkpoint-merge-hookfrom
feat/bulk-checkpoint-upsert-api
Closed

Bulk checkpoint upsert api#10140
karenrasmussen wants to merge 5 commits into
feat/checkpoint-merge-hookfrom
feat/bulk-checkpoint-upsert-api

Conversation

@karenrasmussen

@karenrasmussen karenrasmussen commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Stacked over: #10130

@karenrasmussen karenrasmussen marked this pull request as draft June 22, 2026 14:00
@karenrasmussen karenrasmussen changed the base branch from main to feat/search-hide-reveal June 22, 2026 14:02
Comment thread h/services/checkpoint.py
.on_conflict_do_update(
constraint="uq__checkpoint__group_id__document_id__previous_checkpoint_id",
set_={
"reveal_date": func.coalesce(

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This coalesce keeps the existing reveal_date whenever the incoming one is NULL. I think this should be a plain override instead: {"reveal_date": parsed_reveal_date}

@Elimpizza Elimpizza force-pushed the feat/search-hide-reveal branch from 4eaf3a7 to d489d0a Compare July 2, 2026 17:01
Base automatically changed from feat/search-hide-reveal to feat/checkpoint-merge-hook July 2, 2026 17:01
@Elimpizza Elimpizza force-pushed the feat/bulk-checkpoint-upsert-api branch from 6b92a90 to 1d91f53 Compare July 2, 2026 17:01
@Elimpizza Elimpizza closed this Jul 2, 2026
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.

2 participants