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/06/14 05:57:28 UTC

[GitHub] [airflow] eladkal commented on issue #24426: Allow for BaseOperator properties such as priority_weight to be determined via params

eladkal commented on issue #24426:
URL: https://github.com/apache/airflow/issues/24426#issuecomment-1154748800

   This can't be done.
   Templating happens as part of task being executed - this is after the task was scheduled and sent to worker.
   The pool values are needed for the scheduler, so since templating happens only after you can not get this value during run time.


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