insomnes commented on issue #46513:
URL: https://github.com/apache/airflow/issues/46513#issuecomment-2743587778

   I think I understand now. I based my fix suggestion based on the previous 
code:
   ```python
           if task_ids is None:
               # default to the current task if not provided
               task_ids = self.task_id
   ```
   
   
   But it's not what this DAG is expecting. It expects no filter for task_id in 
case of `None` value and creation of `LazyXComSelectSequence` from database 
select. That is the old XCOM behavior.
   
   This kind of request is not supported through execution time API for now, 
because there are only handlers for specific task ids.


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