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:
[email protected]


Reply via email to