Skip to main content
Kadoa can publish workflow output into Kadoa-owned Snowflake provider tables and share read-only secure views with your Snowflake account. This native connector does not require you to manage S3 buckets, external stages, or Snowpipe.
The older customer-managed S3 + Snowpipe setup remains available as a separate path. See Snowflake via Snowpipe if you want to own the Snowflake loading pipeline.

Required Inputs

Send Kadoa these Snowflake account details: You can find the values in Snowflake with:

Setup Flow

  1. Kadoa creates a Snowflake connector for your team with your account identifier, region, selected workflows, and optional activity-log export.
  2. Kadoa verifies the target account with a zero-data share before exposing workflow or activity data.
  3. After each successful workflow run, Kadoa stages the run into its own Snowflake ingestion bucket, loads provider tables, validates row counts and grants, and then publishes secure views.
  4. You import the share or private listing in your Snowflake account and query the shared database.
Same-region accounts use direct Snowflake shares. Cross-region or cross-cloud accounts use Snowflake private listings with Cross-Cloud Auto-Fulfillment when enabled for the target region.

Shared Views

Each connector gets a customer-facing schema with these views: Kadoa grants only secure views to the share. Internal provider tables are not shared.

Schema Changes

Kadoa does not create a new view after every run. New rows append to provider tables, and the existing views continue to work when the workflow schema is unchanged. When the workflow schema descriptor changes, Kadoa creates a new versioned view, preserves older versioned views, and updates __LATEST only after load, grant, and visibility checks pass. Use versioned views for stable downstream models and __LATEST for quick exploration.

Freshness And Delivery State

Successful workflow runs are expected to appear in Snowflake within minutes after Kadoa stages the file. Activity-log export is also near real time, but it uses a separate cursor-based sync and should be treated as minutes, not instant. Historical activity-log backfill is not automatic. If delivery cannot complete, Kadoa records an actionable failure stage such as stage, schema, load, share, or verify and retries safe stages. Ops can inspect delivery history without querying customer accounts.

Disable And Revocation

Disabling a Snowflake connector stops new workflow and activity delivery immediately. Existing shared access remains available for 90 days, then Kadoa hard-revokes the direct share or private-listing target and verifies removal.

Example Queries

List recent workflow runs:
Inspect a workflow schema:
Query the latest workflow output:
Query activity events if activity-log export is enabled: