Re: dagrun_operator in Airflow Version 1.10.10 ERROR - No row was found for one() _run_raw_task result = task_copy.execute(context=context)

2020-06-15 Thread Poornima Joshi
Thank you On Fri, Jun 12, 2020 at 4:54 PM SHANIT wrote: > > This issue has been resolved. We need to avoid using execution_date parameter > while creating the `dagrun_operator` > > On 2020/06/09 16:33:32, SHANIT wrote: > > On Migrating Airflow from V1.10.2 to V1.10.10 One of our DAG have a task

Re: [AIP-34] Rewrite SubDagOperator

2020-06-15 Thread Poornima Joshi
Thank you for your email. On Sat, Jun 13, 2020 at 12:18 AM Xinbin Huang wrote: > > > - *Unpack SubDags during dag parsing*: This rewrites the > *DagBag.bag_dag* > > > method to unpack subdag while parsing, and it will give a flat > > > structure at > > > the task level > > > > The serializ