ashb commented on PR #65958:
URL: https://github.com/apache/airflow/pull/65958#issuecomment-4386125519

   Mostly my reason for not wanting the coordinators to be live under 
"providers" is that 99% of those are "things you use in a python dag" and I'd 
like us to keep that way and move more things that way (i.e. move Edge and 
Celery out of providers namespace over time).
   
   As Elad said, they can be released separately, that doesn't require them to 
be in providers.
   
   Given all that, I'm thinking of this sort of repo layout:
   
   ```
   sdk/
       coordinators/
           java/
       python/
           src/airflow/sdk/...
       java/
           src/java/org/apache/airflow/...
       golang/
   ```
   
   (As we otherwise start to have more and more top level folders and that is 
getting messy)


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