ephraimbuddy commented on issue #27449:
URL: https://github.com/apache/airflow/issues/27449#issuecomment-1303195096

   > Something doesn’t click. Why does the non-expanded mapped task not have a 
proper `upstream_list`? If it’s not yet expanded, the task should be in the 
DAG, and has proper dependency information set.
   
   It was removed here 
https://github.com/apache/airflow/blob/3aadc44a13d0d100778792691a0341818723c51c/airflow/models/dag.py#L2240-L2244
   
   when `partial_subset` was called 
https://github.com/apache/airflow/blob/3aadc44a13d0d100778792691a0341818723c51c/airflow/jobs/local_task_job.py#L253-L258
   
   The removal seems like a bug? maybe @ashb can chip in


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