amoghrajesh commented on code in PR #45509:
URL: https://github.com/apache/airflow/pull/45509#discussion_r1909048031


##########
task_sdk/tests/execution_time/test_task_runner.py:
##########
@@ -551,6 +551,40 @@ def execute(self, context):
     )
 
 
[email protected](
+    "task_ids",
+    [
+        "push_task",
+        ["push_task1", "push_task2"],
+        {"push_task1", "push_task2"},
+    ],
+)
+def test_xcom_pull_behavior(mocked_parse, make_ti_context, 
mock_supervisor_comms, spy_agency, task_ids):

Review Comment:
   Sorry, didnt get you. Correct keys meaning if it was a string task id?
   
   I have handled that case in code



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to