Re: Support for multiple cron expressions

2020-06-01 Thread Kaxil Naik
; > >> Big +1 to anything that extends the limitations of Airflow's current > > >> scheduling capability. > > >> > > >> For me the only drawback of this is it doesn't go far enough and > further > > >> additions would needed to be added later,

Re: Support for multiple cron expressions

2020-06-01 Thread Mauricio De Diana
pability. > >> > >> For me the only drawback of this is it doesn't go far enough and further > >> additions would needed to be added later, it would still be difficult to > >> express things that require updatable calendars like "Every Business

Re: Support for multiple cron expressions

2020-05-28 Thread Bas Harenslak
till be difficult to >> express things that require updatable calendars like "Every Business Day" >> or things which are hard to express even with composible crontabs likes >> "The first week day of the month". >> >> But if this is an easy win I hop

Re: Support for multiple cron expressions

2020-05-28 Thread Ash Berlin-Taylor
doesn't go far enough and further >> additions would needed to be added later, it would still be difficult to >> express things that require updatable calendars like "Every Business Day" >> or things which are hard to express even with composible crontabs likes >

Re: Support for multiple cron expressions

2020-05-28 Thread Jarek Potiuk
e hard to express even with composible crontabs likes > "The first week day of the month". > > But if this is an easy win I hope it's taken seriously. > > Damian. > > -Original Message----- > From: Mauricio De Diana > Sent: Wednesday, May 27, 20

RE: Support for multiple cron expressions

2020-05-27 Thread Shaw, Damian P.
dnesday, May 27, 2020 14:27 To: dev@airflow.apache.org Subject: Support for multiple cron expressions Hello all, At the moment some schedules are not possible in Airflow, for example, "every 10 min between 16:30 and 18:10". Such schedules would be possible if Airflow supported mult

Support for multiple cron expressions

2020-05-27 Thread Mauricio De Diana
Hello all, At the moment some schedules are not possible in Airflow, for example, "every 10 min between 16:30 and 18:10". Such schedules would be possible if Airflow supported multiple cron expressions, as described in https://github.com/apache/airflow/issues/8649. In the issue, I was suggested to