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 20:44:57 UTC

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

raphaelauv edited a comment on issue #16922:
URL: https://github.com/apache/airflow/issues/16922#issuecomment-892153152


   @louison @ericdevries 
   
   ```python
   class MyKubernetesPodOperator(KubernetesPodOperator):
       template_fields = tuple(x for x in KubernetesPodOperator.template_fields if x != "arguments")
   ```


-- 
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