No, the schedule is a property of the DAG, so you can't.

If one schedule is a subset of the other you could look at using the branching 
operator to "skip" one of the tasks sometimes:

https://airflow.apache.org/concepts.html?highlight=branch#branching
https://airflow.apache.org/code.html?highlight=branch#airflow.operators.python_operator.BranchPythonOperator

-ash

> On 14 Jan 2019, at 03:50, [email protected] wrote:
> 
> Hi 
> 
> Can i schedule two set of tasks with different schedules in a DAG ?
> 
> I'm not sure of the above and i understand that's not possible, Please advise.
> 
> Regards
> Sanjay

Reply via email to