insomnes commented on code in PR #46728:
URL: https://github.com/apache/airflow/pull/46728#discussion_r1975411795


##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -270,13 +271,19 @@ def xcom_pull(
         :param run_id: If provided, only pulls XComs from a DagRun w/a 
matching run_id.
             If *None* (default), the run_id of the calling task is used.
 
+

Review Comment:
   Oh! Didn't know that, thank you. Applied. Maybe this can be enforced via 
linters?



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