raphaelauv commented on issue #16922:
URL: https://github.com/apache/airflow/issues/16922#issuecomment-892153152
@louison @ericdevries
```python
class MyKubernetesPodOperator(KubernetesPodOperator):
a = 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]