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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to