Skip to content

🐞 Datafix api error: invalid column external_id - #2814

Merged
Findeton merged 1 commit into
mainfrom
fix/meta-12397/main
Jun 29, 2026
Merged

🐞 Datafix api error: invalid column external_id#2814
Findeton merged 1 commit into
mainfrom
fix/meta-12397/main

Conversation

@BelSequent

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings June 29, 2026 11:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Windmill Postgres datafix path for election events where deserialization expects external_id, addressing the reported “invalid column external_id” API error.

Changes:

  • Updated the get_all_tenant_election_events SQL query to return all columns from sequent_backend.election_event (so external_id is included).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

r#"
SELECT
id, created_at, updated_at, labels, annotations, tenant_id, description, presentation, bulletin_board_reference, is_archived, voting_channels, status, user_boards, encryption_protocol, is_audit, audit_election_event_id, public_key, statistics
*
@Findeton
Findeton merged commit 2fc3a90 into main Jun 29, 2026
24 checks passed
@Findeton
Findeton deleted the fix/meta-12397/main branch June 29, 2026 13:16
BelSequent added a commit that referenced this pull request Jul 7, 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.

3 participants