docs(snowflake): document scheduling frequency and webhook workaround for table source#92
Open
george-dilthey wants to merge 2 commits into
Open
docs(snowflake): document scheduling frequency and webhook workaround for table source#92george-dilthey wants to merge 2 commits into
george-dilthey wants to merge 2 commits into
Conversation
…n-Enterprise, hourly for Enterprise
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
snowflake-integration.mdhad no information about scheduling frequency for theImport from Snowflaketable source. A user asked "Import from Snowflake looks to be schedulable once-an-hour at most. Is there a way to schedule it more frequently than that?" and had to be escalated to a human support agent, who answered:Added a "Scheduling imports" subsection to the
Source Import from Snowflakesection documenting:Why
Intercom ticket #215474349578021 — customer asked directly about Snowflake Import scheduling frequency and was escalated to a human because the docs covered only connection setup and inputs, with no scheduling information.
The existing
scheduled-sources.mddocuments hourly scheduling in general terms but is not surfaced from the Snowflake integration doc, and no webhook workaround is mentioned anywhere in the Snowflake docs.Source link(s)
/workspace/clay-base/apps/frontend/src/components/Sources/types/action/registry/utils.ts/workspace/clay-base/apps/frontend/src/components/Sources/types/action/registry/ActionSourceRegistry.ts:1141,1163,1184(all Snowflake sources useCronConfigType.Daily)/workspace/clay-base/libs/shared/src/feature-flags/featureFlags.ts—EnableHourlyCronForSourcesflag, enabled only for Enterprise plan inplan.ts:271Uncertainties
None. All claims verified against code (verifier sub-agent).
Related observations
snowflake-integration.mdalso has no mention of the 50,000-row table limit or the fact that auto-delete does not bypass the row limit for Snowflake Import (incompatible source type). The customer's follow-up in the same ticket hit this gap; they have a PLG workflow expected to grow to 6 figures and didn't know about the row cap. The incompatibility is documented inauto-delete.mdbut there's no cross-reference from the Snowflake doc. Keeping out of scope for this PR (separate gap), but worth a follow-up.Confidence
Confidence: high — scheduling frequency and plan gating verified against code (PASS). Change is small, scoped to one new subsection in one file, no existing content modified. The corrected nuance (daily = non-Enterprise floor, hourly = Enterprise floor) is confirmed by code constants and the verifier.