kiran2706 commented on PR #46929: URL: https://github.com/apache/airflow/pull/46929#issuecomment-2672300888
@ashb , @amoghrajesh – Based on #46417 , we were leaning towards the conclusion of not allowing `None` as a key. However, @uranusjr brought up a valid point, and the docstring explicitly states that users can pass `None` to remove the filter: :param key: A key for the XComs. If provided, only XComs with matching keys will be returned. Pass *None* (default) to remove the filter. I find it useful to allow `None` so that users can retrieve all XComs when needed. What are your thoughts on this? -- 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]
