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/04/26 13:33:20 UTC

[GitHub] [airflow] tirkarthi commented on issue #23249: Pool option does not work in backfill command

tirkarthi commented on issue #23249:
URL: https://github.com/apache/airflow/issues/23249#issuecomment-1109803915

   In `_get_ti` while getting the task instance `pool_override` is not passed which uses the default pool. Using `pool_override=args.pool` will fix the issue. I am working on a PR with tests for this.
   
   https://github.com/apache/airflow/blob/97e53b698cf4c7ff067efb77097197ac439c6a84/airflow/cli/commands/task_command.py#L168


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