easontm commented on issue #19673:
URL: https://github.com/apache/airflow/issues/19673#issuecomment-991423383


   FYI @hterik, the pods should have some basic metadata attached to them in 
the labels section. I modify my pods' `nodeSelector` with this hook based on 
DAG and task information.
   ```python
   labels = pod.metadata.labels
   dag_id = labels['dag_id']}
   task_id = labels['task_id']
   ```
   
   etc


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


Reply via email to