utkarsharma2 commented on PR #30644:
URL: https://github.com/apache/airflow/pull/30644#issuecomment-1514115309

   > I think all of the executors could be gradually added but we should start 
small.
   > 
   > BTW.. This is just a beginning and draft of the change. This PR needs far 
more to be even close to completion.
   > 
   > Currently Breeze does NOT support directly running anythong else than 
airflow with Local (mysql/postgres/mssql) or Sequential (sqlite) executor. In 
order to that more things nee to happen:
   > 
   >     1. When we choose Celery Executor, we should force starting the celery 
integration (which has celery, redis, possibly we should also - optionally - 
start flower there)
   > 
   >     2. For Kubernetes Executir we need to connect to an external K8S 
cluster with capabilities of running PODs on them or we should start kind 
cluster, similarly to what we do in `breeze k8s` commands and we should be able 
to talk to the k8s cluster via the API
   > 
   > 
   > I think we should start with these two and once we have them working, we 
could add the "combos" (CeleryKubernetes will require to have both Celery and 
K8S started)
   > 
   > The idea here is that by running `
   
   
   @potiuk  Sure, I'll get started with Celery Executor and Kubernetes 
Executors.


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

Reply via email to