You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/24 12:31:56 UTC

[GitHub] [airflow] mik-laj commented on issue #11822: Python Operator - Get xcom_pull from a different task

mik-laj commented on issue #11822:
URL: https://github.com/apache/airflow/issues/11822#issuecomment-715908327


   ```diff
   -     params = {'table_name': table_name, 'maxdt': "{{ti.xcom_pull(task_ids='push_result_{}')}}.format(table_name)}",
   +     params = {'table_name': table_name, 'maxdt': "{{ti.xcom_pull(task_ids='push_result_{}')}}".format(table_name)},
   ```
   That should fix the problem. In the future, please try to fix the problem yourself or with the help of a #troubleshooting
    channel  ([![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://s.apache.org/airflow-slack)) before reporting a bug. Github Issues is not intended to teach new people how to use Airflow and share knowledge, but it is used to resolve bugs.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org