Jul 25, 2017 · 1 min read
Great article, Agunge. One question: in your code, where is it you actually call:
value = context['task_instance'].xcom_pull(task_ids='pushing_task')
Is that in the dag file? Beacuse context and xcoms don't seem to be available there (only in operators).
