resync_pipeline
Restart a pipeline's historical load to sync data. Optionally drop and recreate destination tables (destructive) or update only differences.
Instructions
Resync a pipeline by restarting its historical load. If drop_and_load=true, destination tables are dropped and recreated (destructive). If false (default), tables are kept and only differences are updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | ||
| drop_and_load | No | If true, drop and recreate destination tables (destructive). Defaults to false. |