insomnes commented on issue #47738: URL: https://github.com/apache/airflow/issues/47738#issuecomment-2841881100
I was able to reproduce it, the problem looks the same as described in https://github.com/apache/airflow/discussions/42638 The problem is: we have xcom object before "templating" so iteration is failed in `__init__` > I believe we should just be able to move the calls to convert_volume_mount and convert_volumes into the build_pod_request_obj method, similar to how env_vars is handled I need to dig a bit more into how volumes are configured, that could be a solution, but I could not say for now, how would it affect other places, will check it a bit later this week. The volume also requires k8s (or legacy airflow) models anyway, if I remember correctly -- 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]
