eladkal commented on issue #16922: URL: https://github.com/apache/airflow/issues/16922#issuecomment-877679737
possibly due to https://github.com/apache/airflow/pull/15942 can you see if `MyKubernetesPodOperator` as: ``` class MyKubernetesPodOperator(KubernetesPodOperator): template_ext = ('.yaml', '.yml', '.json') ``` solves your problem? -- 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]
