You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/03 16:07:20 UTC

[GitHub] [airflow] potiuk commented on issue #16922: Using the string ".json" in a dag makes KubernetesPodOperator worker unable to trigger the pod

potiuk commented on issue #16922:
URL: https://github.com/apache/airflow/issues/16922#issuecomment-891972732


   See discussion in #17186 - it turned out really to be a bug in the implementation of recursive rendering of parameters in Kubernetes Pod Operator,
   
   You can (and Kubernetes operator actually does) specify specific extensions that are treated differently when processing parameters. This is an individual decision of each operator implementation and it only works for templated fields, so you can still pass '.json` as string for non-templated fields. See https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html?highlight=template%20fields#templating .
   
    In this case however that was a bug with recursive behaviour for the KPO is wrong and should be improved (but it only affects KPO)


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

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