
- Once: The pipeline will run only once
- Hourly: The pipeline will run at the beginning of every hour (i.e 0100, 0200, 0300, etc)
- Daily: The pipeline will run at 0000 UTC / GMT every day
- Weekly: The pipeline will run at 0000 UTC / GMT the first day (Monday) of every week
- Monthly: The pipeline will run at 0000 UTC / GMT on the first day of every month
- Always on: The pipeline will be run as soon as the previous pipeline run is finished
- Custom schedule using CRON Expression
- Every minute using CRON expression:
* * * * * - Streaming pipeline: coming soon Learn more about how to schedule pipelines.
Extra runtime variables from pipeline run
Default runtime variables from pipeline run:
If your pipeline run belongs to a trigger that is scheduled, then the following extra
variables are available in your Python block’s keyword arguments (e.g.
kwargs).