shiying2012 commented on issue #19673: URL: https://github.com/apache/airflow/issues/19673#issuecomment-978987381
My pod is in a similar situation. We are currently using taskflow API and KubernetesExecutor. - task1 executes some SQL queries to get some strings. We would like task2 to use the strings obtained by task1 as labels for Kubernetes affinity scheduling, but unfortunately, it is not possible to dynamically generate pod_yaml for task2. - We would also like to set up the pool for task2 using some other strings output by task1, but for the same reason, this doesn't seem to work either. Any ideas? -- 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]
