Try using the following cron string for your schedule:
"0 0 * * 1-5"

That translates to "Run every Monday-Friday at 00:00 UTC".  I believe the
execution_date for the Monday run will be Friday at 00:00.

On Fri, Mar 24, 2017 at 1:16 PM, Alek Storm <[email protected]> wrote:

> Can anyone help with this? I'd prefer to avoid performing complicated date
> logic in my operators to derive the correct execution date.
>
> Thanks,
> Alek
>
> On Sun, Mar 19, 2017 at 11:54 AM, Alek Storm <[email protected]> wrote:
>
> > Hi all,
> >
> > I need to schedule daily jobs to be run on the following weekday. For
> > example, the job covering Friday should be run early the next Monday
> > morning. AFAICT, by default it's run early Saturday morning.
> >
> > This is due to upstream data dependencies, which I can't fix. Is this
> > possible in Airflow?
> >
> > Thanks,
> > Alek
> >
>

Reply via email to