EliMor opened a new issue #17490:
URL: https://github.com/apache/airflow/issues/17490


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   Airflow has a PodOperator for Kubernetes. Why not a JobOperator? 
   
   **Use case / motivation**
   
   I'm curious to get the community's thoughts, maybe there are reasons why 
this hasn't been implemented yet in Airflow core. 
   Basically I would like an out-of-the-box KJO in Airflow that does similar 
things to the KPO but using the Job type in Kube. I'd like to shift more work 
to Kube and keep the DAG code as clean as possible. Think of it like a 'poor 
mans' helm chart with Airflow as the renderer and executor.
   
   
   <!-- What do you want to happen?
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   -->
   
   **Are you willing to submit a PR?**
   
   Of course. I've already mocked up an idea of how it could work here: 
https://github.com/EliMor/airflow-kube-job-operator
   But it needs improvements and suggestions from the community. I am but a 
humble noob. :)  
   <!--- We accept contributions! -->
   
   **Related Issues**
   
   <!-- Is there currently another issue associated with this? -->
   


-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to