Examples
Basic Pipeline with Logging and Replication
steps:
- type: log
message: 'Starting pipeline execution on {date_format(now(), "%Y-%m-%d %H:%M:%S")}. Runtime state: {runtime_state}'
- type: replication
path: path/to/your/replication.yaml
id: main_replication
- type: log
message: 'Pipeline completed. Final state: {runtime_state}'
level: info
- type: command
command: 'echo "Replication status: {upper(state.main_replication.status)}"'
print: trueFile Processing Pipeline with Looping
Data Quality Pipeline
Cleanup and Archiving Pipeline
Advanced Pipeline with Groups and Conditions
Last updated
Was this helpful?