Re: Quick question about CI failure due to cancelled checks

2022-05-14 Thread Jarek Potiuk
Yeah. Would be great to figure it out. I also noticed quite a number of those and they are related to our GitHub Runner infrastructure. For some reason our runners are more often killed and evicted than it was before so likely we will need to take a closer look at it. Until it becomes REALLY annoyi

Re: Missing "start_date" or why must a DAG have one

2022-05-14 Thread Bas Harenslak
Not in favour of a special marker because that’s essentially what start_date is for. Say somebody has a schedule_interval=timedelta(days=1) and wants their DAG to run at 00:00 without having to think of a specific start date, then they’d have to set start_date="random date and time 00:00" and ca