Skip to content

fix(enrichments): remove Icypeas providers and show Running on in-flight cells#5572

Merged
TheodoreSpeaks merged 2 commits into
stagingfrom
fix/remove-icypeas-enrichment
Jul 10, 2026
Merged

fix(enrichments): remove Icypeas providers and show Running on in-flight cells#5572
TheodoreSpeaks merged 2 commits into
stagingfrom
fix/remove-icypeas-enrichment

Conversation

@TheodoreSpeaks

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the Icypeas provider from the work-email and email-verification enrichment cascades — it's too slow and drags down cascade latency
  • Fix enrichment cells showing Pending while actually running: enrichment outputs share an empty blockId so runningBlockIds never matches them; the cell renderer now treats the group-level running status as the running signal for enrichment cells

Type of Change

  • Bug fix

Testing

Enrichment cascade unit tests updated and passing; lint, lint:check, and check:api-validation:strict pass. tsc clean (two pre-existing errors on staging unrelated to this change).

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

🤖 Generated with Claude Code

https://claude.ai/code/session_01RjVoXKFCHaD6BpPGZrEKQE

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 10, 2026 10:06pm

Request Review

@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Targeted UI state fix and removal of a slow enrichment provider; no auth, billing, or data-model changes beyond shorter provider chains.

Overview
Removes Icypeas from the work-email and email-verification provider waterfalls (config, comments, and unit tests) to cut cascade latency.

Table grid fix: enrichment output columns use an empty blockId, so they never matched runningBlockIds and stayed on Pending/Queued while the group was actually running. resolveCellRender now returns Running when isEnrichmentOutput and execution status is running, after any existing cell value so reruns still show the prior result until the new one arrives.

Reviewed by Cursor Bugbot for commit c2860a9. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps

greptile-apps Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR removes a slow enrichment provider and updates table-cell running states.

  • Removed Icypeas from the work-email cascade.
  • Removed Icypeas from the email-verification cascade.
  • Updated enrichment output cells to show existing values during reruns.
  • Kept Running visible for empty enrichment cells that are in flight.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table-grid/cells/cell-render.tsx Changed enrichment cell rendering so non-empty values display before the group running state is considered.
apps/sim/enrichments/email-verification/email-verification.ts Removed Icypeas from the email-verification provider waterfall.
apps/sim/enrichments/work-email/work-email.ts Removed Icypeas from the work-email provider waterfall.

Reviews (2): Last reviewed commit: "fix(enrichments): keep previous value vi..." | Re-trigger Greptile

@TheodoreSpeaks

Copy link
Copy Markdown
Collaborator Author

@greptile review

@TheodoreSpeaks TheodoreSpeaks merged commit 43e61a1 into staging Jul 10, 2026
18 checks passed
@TheodoreSpeaks TheodoreSpeaks deleted the fix/remove-icypeas-enrichment branch July 10, 2026 22:23
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.

1 participant