Skip to main content

Destinations

Destinations define where ProAI writes processed data.

Load Strategies​

StrategyDescription
InsertAppend new records only
MergeUpsert based on merge keys
ReplaceFull table replacement
Truncate + InsertClear and reload

Configuration Example​

destinations:
- name: analytics_warehouse
type: snowflake
connector: prod-snowflake
config:
database: ANALYTICS
schema: PUBLIC
table: user_metrics
load_strategy: merge
merge_keys: [user_id, date]
batch_size: 50000
`

## See Also

- [Integrations](/docs/integrations/overview) — All connectors
- [Scheduling](/docs/etl-jobs/scheduling) — Schedule jobs