

Sync schedules
Cargo plays can sync per three schedule types. Interval: Run your play at regular time intervals (every minute, hour, day, etc.) for consistent data processing. Cron jobs: Use cron expressions to define complex schedules with precise timing control for specific business requirements. dbt models: Trigger plays automatically when dbt models are refreshed, ensuring your workflows run with the latest transformed data. Sync settings allow you to control:- Processing frequency: How often the play checks for new data
- Batch size: How many records to process at once
- Schedule: When the play should run (real-time, hourly, daily, etc.)
- Filtering: Which records should trigger the play
Trigger conditions
