Re: Use xcom in task retry

2018-09-10 Thread Mishika Singh
u, Sep 6, 2018 at 12:48 PM Ben Gregory wrote: > > > Hi Mishika -- > > > > Posting this question on StackOverflow with some code examples you're > using > > will likely be the fastest way to have this addressed. > > > > Just make sure to tag it with "air

Use xcom in task retry

2018-09-06 Thread Mishika Singh
I am pushing some [key,value] using xcom in an operator, which I want to use when that task fails and comes for retry, for which I am using xcom_pull in that operator. But it is returning None instead of that value. Any pointer around this will be helpful. -- Regards Mishika Singh