Replication
Configuration
- type: replication
path: "path/to/replication.yaml" # Required: Path to replication configuration file
mode: "full-refresh" # Optional: Override replication mode
range: "2021-01-01,2022-01-01" # Optional: Override backfill range for incremental mode
streams: ["stream1", "stream2"] # Optional: List of specific streams to run
env: # Optional: Environment variables for the replication
ENV_VAR1: "value1"
ENV_VAR2: "value2"
on_failure: abort # Optional: abort/warn/quiet/skip
id: my_id # Optional. Will be generated. Use `log` hook with {runtime_state} to view state.Properties
Property
Required
Description
Output
Examples
Run Dependent Replication
Environment-Specific Replication
Conditional Stream Selection
Last updated
Was this helpful?