hsnprsd commented on a change in pull request #12376:
URL: https://github.com/apache/airflow/pull/12376#discussion_r523930826
##########
File path: airflow/example_dags/example_xcom.py
##########
@@ -43,24 +44,14 @@ def push_by_returning(**kwargs):
return value_2
-def puller(**kwargs):
+def puller(pulled_value_1, pulled_value_2, **kwargs):
Review comment:
I think I need that for getting the ti as we want to put an example
using the old syntax and comparing it to new one like you mentioned in your
previous comment.
----------------------------------------------------------------
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]