You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/31 10:56:24 UTC

[GitHub] [airflow] ashb commented on issue #22561: Mapped task is not expanded when mapped against a literal

ashb commented on issue #22561:
URL: https://github.com/apache/airflow/issues/22561#issuecomment-1084418222


   LocalTaskJob calls this inside `_run_mini_scheduler_on_child_tasks` https://github.com/apache/airflow/blob/9798c8cad1c2fe7e674f8518cbe5151e91f1ca7e/airflow/jobs/local_task_job.py#L266 
   
   https://github.com/apache/airflow/blob/9798c8cad1c2fe7e674f8518cbe5151e91f1ca7e/airflow/models/dagrun.py#L640-L645
   
   which goes to 
   https://github.com/apache/airflow/blob/9798c8cad1c2fe7e674f8518cbe5151e91f1ca7e/airflow/models/dagrun.py#L687-L701
   
   So that "expansion of last resort" comment is wrong, as that is not last resort but primary place when it's called from LTJ.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org