docs(bulk-enrichment): document enrichment run status bar - #2510
Merged
george-dilthey merged 1 commit intoSep 3, 2026
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
September 3, 2026 00:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added a
### Monitoring run progresssubsection todocs/bulk-enrichment.mdat the end of the "Run Setup settings (Audiences)" section. The section describes the new run status bar — a visual progress indicator that appears in the enrichment review panel after an Audiences bulk enrichment has run, showing completed (green) and failed (red) row counts. Clicking the bar navigates to the Runs view for detailed history.Why
Deploy
clay-run/clay-basebbc7ae5...c44698d(https://github.com/clay-run/clay-base/actions/runs/33697370739) shipped commitaec81cac(feat(enrichments v2): adding a run status bar #48798), which added a newAudienceEnrichmentRunStatusBarcomponent to the audience enrichment review sidebar. The feature has no Eppo feature flag gate and is live for all users with Audiences bulk enrichments on Growth and Enterprise plans.Other changes in the same deploy not documented here:
c44698d1— canvas auto-arrange button now scopes to selected nodes when 2+ are selected (verified PASS, no existing canvas docs section to update)8d5b98f6— audiences CSV export: null fields now render as blank cells instead of\N(bug fix, no prior doc coverage of the old behavior)9c1003e2/644e94c9— claygents browsing in enrichment panel (gated behindShowClaygentsInWorkflowsEnrichmentsPickerEppo flag, not documenting per INTERNAL rule)a231b218— CLI agent date filter guidance (internal CLI help text, not customer-facing docs)4d5d4d02— admin audit log filters (admin-only tooling)dc95a634— campaigns ClickPipes (infrastructure)Source link(s)
/workspace/clay-base/apps/frontend/src/components/TaskAgent/AudienceEnrichmentRunStatusBar.tsx:10-41— component rendersProgressBarContainerwith green (completed) and red (failed) segments; the entire bar is a<button>that callsonViewRuns/workspace/clay-base/apps/frontend/src/components/TaskAgent/AudienceEnrichmentReviewStep.tsx:243-247— renders<AudienceEnrichmentRunStatusBar>conditionally onrunCountsbeing truthy; no Eppo feature flag anywhere in either fileUncertainties
None. The verifier confirmed PASS with no feature flag. The component is live for all users with Audiences-enabled workspaces.
Related observations
docs/audiences.mdunder "Reviewing enrichment results" — however,audiences.mdhas 13 open PRs (PRs docs(audiences): clarify legacy plan access and add why-not-visible FAQ #2345, docs(audiences): add archive cross-reference for Salesforce-deleted records #2348, docs(audiences): document OR filter group with AND exclusion pattern #2349, docs(audiences): document that Lookup in Audiences cannot scope to a segment, add workaround FAQ #2354, docs(audiences): document Salesforce export full-load behavior, API monitoring, and Last Enriched timestamp #2356, docs(audiences): add FAQ for moving audience segments between workspaces #2370, docs(audiences): replace non-existent Continue button with Upsert segment record instructions #2383, docs(audiences): document ad sync beta availability and per-workspace connections #2395, docs(audiences): document enrichment workflow beta option #2415, docs(audiences): note that company fields don't carry through Find People to People records #2432, docs(audiences): clarify Snowflake workflow trigger and add test-workspace note #2478, docs(audiences): document BigQuery SQL query edit behavior and [DELETED] source cleanup #2500, docs(audiences): add FAQ for same-domain company accounts and parent/child relationships #2504), none of which cover this feature but which causedpre_pr_checkto flag the file as congested. The run status bar is documented here inbulk-enrichment.mdinstead, where the "Run Setup settings (Audiences)" section is the natural home.c44698d1): when 2+ workflow nodes are selected, the bottom-right broom button now arranges only the selected nodes and its tooltip changes to "Auto-arrange selected nodes". Verified PASS by sub-agent. No existing docs page covers the workflow canvas auto-arrange feature — would need a new section in a canvas/workflow editor doc that doesn't yet exist.Confidence: high
Closes DOC-2295