Data-aware scheduling with time delay #46230
Labels
area:datasets
Issues related to the datasets feature
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
Description
time delay args for data-aware scheduling dags
Use case/motivation
I have 2 dags,
main_dag
andstatus_dag
.main_dag
outlets a dataset calleddataset1
and thestatus_dag
should be triggered after 10 minutes of whendataset1
is created or updated. Right now, I use time.sleep() method instatus_dag
to delay for 10 mins and then get executed.Wouldn't this be helpful to add a time delay for data-aware scheduling dags?
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: