You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/05 17:30:07 UTC

[GitHub] [airflow]: Workflow run "Build images for Clean-ups around task-mapping code https://github.com/apache/airflow/pull/26879 " is working again!

The GitHub Actions job "Build images for Clean-ups around task-mapping code https://github.com/apache/airflow/pull/26879
" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
abe3550fa14f76f80ce4025328c90672c15bf8e1 / Tzu-ping Chung <ur...@gmail.com>
Clean-ups around task-mapping code

There should be no change in functionality. A few things are involved:

1. The expand_mapped_literals closure is declaring a 'sequence' argument
   that is always None. Remove it.
2. The run_time_mapped_ti_count method is never used in isolation, but
   combined with parse_time_mapped_ti_count. We should just combine the
   calls -- actually, the run-time variant already encompasses the
   parse-time variant, so the latter call can simply be removed.
3. The TaskInstance import in _revise_mapped_task_indexes is redundant
   (the class is already imported globally) and is removed.
4. Various typing fixups.

Report URL: https://github.com/apache/airflow/actions/runs/3191135973

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org