RickRen7575 edited a comment on pull request #18615:
URL: https://github.com/apache/airflow/pull/18615#issuecomment-936168221


   > My main concern here is that `env_vars` intentionally takes 
`List[V1EnvVar]` - taking a `dict` is currently for backward compatibility only 
at this point. It's not that we couldn't support this, but there was a 
conscious move to using the models from the k8s client.
   
   @jedcunningham Passing in a `List[V1EnvVar]` also doesn't work for the same 
reason. If we just set it up so that `List[V1EnvVar]` could work with this, 
that would be great as well.


-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to