[GitHub] [airflow] mdediana commented on issue #8649: Add support for more than 1 cron exp per DAG

2020-05-27 Thread GitBox


mdediana commented on issue #8649:
URL: https://github.com/apache/airflow/issues/8649#issuecomment-634780827


   @mik-laj Sure, I will do that, thanks.



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [airflow] mdediana commented on issue #8649: Add support for more than 1 cron exp per DAG

2020-05-26 Thread GitBox


mdediana commented on issue #8649:
URL: https://github.com/apache/airflow/issues/8649#issuecomment-633981061


   I would like to work on this.
   
   The idea would be to allow a list of cron expressions as a 
`schedule_interval`. For example, the scheduling in the description would be 
defined as `schedule_interval = ['30/10 16 * * *', '*/10 17 * * *', '0,10 18 * 
* *']`. Do you think this is the way to go?
   



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org