AbsaOSS/pramen

Add an option to set the oldest calendar date the pipeline can run for

Closed this issue · 0 comments

Background

When a pipeline configuration is generated by some tool, it might be crucial that the pipeline cannot be re-run after some time. This is because the locations the pipeline touches are already archived and cannot be even simply read or written to.

Feature

Add an option to set the minimum calendar date the pipeline can run.

Example

information.date.start = "2023-11-01"
information.date.max.days.behind = 30