potiuk commented on PR #28538: URL: https://github.com/apache/airflow/pull/28538#issuecomment-1363208676
> Whoa!!! I never thought from this side. > > That mean potentially we could have CeleryExecutor into celery package and K8S Executors inside cncf.kubernetes package? Executors are not plugins - you can run your own executors without doclaring them via plugin - you need just to configure airflow to use them via configuration. So we could move them regardless - but I am not really sure we want to move them to providers because they are so "essential" to airflow. However after AIP-51 it actually would be possible. -- 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]
