Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 4ade014

Browse files
kimyenwhitleykeith
authored andcommitted
pass along the backfill command pool to the ti
1 parent 73f70e0 commit 4ade014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

airflow/jobs/backfill_job.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ def _per_task_process(key, ti, session=None): # pylint: disable=too-many-return
535535
):
536536
cfg_path = tmp_configuration_copy()
537537

538+
# pass along the backfill command pool arg to the ti
539+
if self.pool:
540+
ti.pool = self.pool
538541
executor.queue_task_instance(
539542
ti,
540543
mark_success=self.mark_success,

0 commit comments

Comments
 (0)