FelipeArisi opened a new issue, #43518:
URL: https://github.com/apache/airflow/issues/43518

   ### Description
   
   In recent features it is possible to add dataset scheduling with conditional 
expressions 
(https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html#advanced-dataset-scheduling-with-conditional-expressions)
   
   The idea would be to add a time-based schedule to these expressions as well. 
For example: schedule=['0 0 1 * *' | Dataset(path)]
   
   ### Use case/motivation
   
   There are some events involving many Datasets as triggers. If a Dataset is 
late or gives an error, the entire pipeline will depend on it. The idea would 
be to add a time condition to start the DAG anyway.
   
   Another problem is, if all the datasets are ready and the pipeline is ready, 
the pipeline must run after a certain time.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to