oneturkmen commented on issue #27358: URL: https://github.com/apache/airflow/issues/27358#issuecomment-1295674800
To follow up on above, I think the issue is perhaps somewhere in these LOCs: https://github.com/apache/airflow/blob/main/airflow/executors/kubernetes_executor.py#L307-L333 But is precisely here: https://github.com/apache/airflow/blob/5df1d6ec20677fee23a21bbbf13a7293d241a2f7/airflow/executors/kubernetes_executor.py#L330 The above LOC always overrides `args` as a command, which is basically `airflow tasks run`. Why do we pass command as an args? Is that expected behavior? -- 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]
