ashb commented on PR #28333:
URL: https://github.com/apache/airflow/pull/28333#issuecomment-1348559404

   I'm okay with not having the full power of an arbitrary boolean condition, 
but I think I would like to avoid adding an extra argument for this, and 
instead pass something like
   
   ```python
   DAG(
       ...
       schedule=any_of(ds1, ds2),
   )
   ```
   
   etc. (Not that particular name necessarily - it's just an example)


-- 
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