Skip to content

scheduler: Ability to create a DAG where it is repeatable given start date, end date and CRON #695

@hbina

Description

@hbina

For example, if have I have

cron: 5 * * * *
start_date: 2024-10-10
end_date: 2024-12-10

This DAG will generate tasks that run every 5 minutes, and generate a variable (like $CRON_DATE) that can be passed to the underlying shell commands.

This is useful when you have historical data that is divided by hours, and you want to do a bunch of processing on them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions