Skip to content

Show partial backfill details in drawer#2125

Open
juanherrera-jpy wants to merge 4 commits intosequinstream:mainfrom
juanherrera-jpy:feat/backfill-partial-details
Open

Show partial backfill details in drawer#2125
juanherrera-jpy wants to merge 4 commits intosequinstream:mainfrom
juanherrera-jpy:feat/backfill-partial-details

Conversation

@juanherrera-jpy
Copy link

@juanherrera-jpy juanherrera-jpy commented Mar 6, 2026

Summary

  • Add sort column name and start value to the backfill details drawer for partial backfills
  • Resolve sort_column_attnum to the human-readable column name in encode_backfill/1
  • Extract the start position value from initial_min_cursor map
  • Full backfills are unaffected — new fields only render when sort_column_name is present

Preview

The three highlighted rows (Type, Sort Column, Start Value) only appear for partial backfills. Full backfills are unchanged.

backfill-drawer-preview

Test plan

  • Create a partial backfill (with sort column + start position), let it complete, then open the drawer — should show Type, Sort Column, and Start Value
  • Create a full backfill, open the drawer — should look the same as before (no new fields)
  • Verify active partial backfills also show the new fields in the drawer

🤖 Generated with Claude Code

juanherrera-jpy and others added 2 commits March 6, 2026 08:12
Config export produces `auth_type: none` for Elasticsearch sinks without
authentication, but config import fails because parse_auth_type/1 doesn't
handle the "none" value. Add the missing clause.

Closes sequinstream#2123

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Display sort column name and start value in the backfill details drawer
for partial backfills. Full backfills remain unchanged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant