Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hbina opened this issue Nov 2, 2024 · 0 comments
Labels

Comments

@hbina
Copy link

hbina commented Nov 2, 2024

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.

@yohamta yohamta changed the title Ability to create a DAG where it is repeatable given start date, end date and CRON scheduler: Ability to create a DAG where it is repeatable given start date, end date and CRON Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants