uranusjr commented on issue #28489: URL: https://github.com/apache/airflow/issues/28489#issuecomment-1359358411
Since templating is essentially arbitrary code execution, the operation is strictly confined in the operator worker process. But for the Kubernetes executor, the executor config must be fully resolved before the worker can be run (because the worker runs inside the pod that is created using the executor config). So what you want is unfortunately impossible. -- 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]
