anishgirianish commented on code in PR #64614:
URL: https://github.com/apache/airflow/pull/64614#discussion_r3043054443
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -415,7 +415,7 @@ def xcom_pull(
)
if values is None:
- xcoms.append(None)
+ xcoms.append(default)
Review Comment:
nice catch! 👍. This looks like a correct fix to me
--
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]