Destinations
Destinations define where ProAI writes processed data.
Load Strategies
| Strategy | Description |
|---|---|
| Insert | Append new records only |
| Merge | Upsert based on merge keys |
| Replace | Full table replacement |
| Truncate + Insert | Clear 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