uranusjr commented on PR #46929: URL: https://github.com/apache/airflow/pull/46929#issuecomment-2680973196
> The docstring explicitly states that passing None to key removes the filter and returns all XComs: > > "Pass None (default) to remove the filter." It does not make sense to remove the key filter from those functions. They get one single XCom value. Without the filter, you’d get an arbitrary value associated to the task, which has no practical use case and only produces a potential way to introduce 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
