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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
