docs(audiences): clarify Snowflake workflow trigger and add test-workspace note - #2478
Open
george-dilthey wants to merge 3 commits into
Open
docs(audiences): clarify Snowflake workflow trigger and add test-workspace note#2478george-dilthey wants to merge 3 commits into
george-dilthey wants to merge 3 commits into
Conversation
- Clarify that adding a Snowflake source does not directly trigger connected workflows — workflows fire on segment entry, not source import - Recommend testing Snowflake imports in a test workspace first since records can only be archived (soft-deleted), not permanently removed Closes DOC-2259
Corrects the previous push which had diverged from main's FAQ sections. The only intended changes are the two notes added to the Snowflake import section (workflow trigger behavior and test workspace recommendation).
Fixes previous push that diverged from main. The only intended changes are two notes in the Snowflake import section (workflow trigger behavior and test workspace recommendation). Closes DOC-2259
Contributor
george-dilthey
marked this pull request as ready for review
September 1, 2026 20:58
This was referenced Sep 1, 2026
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 two notes to the Importing from Snowflake section of
docs/audiences.md:Why
Intercom conversation #215475691475593 was escalated to a human agent (Bo) after Fin answered correctly but the customer (Kylie Castaneda at Bubble, Enterprise plan) needed human confirmation on two points:
"So automations only work on the Audience level? AKA nothing will automatically run by adding the new source?" — Fin answered this partially, but the docs don't explicitly state the corollary: adding a Snowflake source does not directly trigger existing automations. The human agent (Bo) made this explicit.
Test workspace recommendation — Bo explicitly advised: "records can't be deleted from Audiences once imported, so if you want to test first, we'd recommend doing so in a test workspace." This guidance was not documented anywhere.
The conversation was classified:
Tier_3_Ads_and_Audiences: Audiences – Source Connection,UX_Confusion: Knowledge Gap,AI Conversation Type: How-to.Verifier results:
clay-base/apps/api/v3/audiences/services/audiences-snowflake-imports.service.ts:95-108— prevents only exact duplicates, not different SQL). Not documented.audiences.md~line 530: "When a contact or company matches the segment's filters, the connected workflow starts within minutes") — but the explicit corollary ("adding a Snowflake source does not directly trigger") was missing from the Snowflake import steps where customers naturally read it.Source link(s)
Uncertainties
None — both additions are grounded in:
audiences.md"Connecting a workflow to a segment" section)Related observations
docs/audiences.md(docs(audiences): note that company fields don't carry through Find People to People records #2432, docs(audiences): document enrichment workflow beta option #2415, docs(audiences): document ad sync beta availability and per-workspace connections #2395, docs(audiences): replace non-existent Continue button with Upsert segment record instructions #2383, docs(audiences): add FAQ for moving audience segments between workspaces #2370, docs(audiences): document Salesforce export full-load behavior, API monitoring, and Last Enriched timestamp #2356, docs(audiences): document that Lookup in Audiences cannot scope to a segment, add workaround FAQ #2354, docs(audiences): document OR filter group with AND exclusion pattern #2349, docs(audiences): add archive cross-reference for Salesforce-deleted records #2348, docs(audiences): clarify legacy plan access and add why-not-visible FAQ #2345, docs(audiences): expand field mapping intent best practice to cover SFDC import sync path #2323, docs(audiences): add common HubSpot contact and company field examples #2321, docs(audiences): add FAQ for Salesforce duplicate company records #2305). Reviewed all; none cover the Snowflake import workflow trigger or test workspace recommendation. This change is materially new. Reviewers should reconcile against those PRs at merge time.Closes DOC-2259