- Date and time window
- Custom code
Date and time window
Create 1 or more pipeline runs between 2 datetime values. The datetime of each instance is used as theexecution_date for the pipeline run.
For example, if the backfill has the following attributes:
Then the following pipeline runs will be created:
Custom code
The output of a backfill code will be used to generate the pipeline runs. For example, if the backfill code has the following content:Extra 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).