potiuk commented on PR #25674:
URL: https://github.com/apache/airflow/pull/25674#issuecomment-1212967629

   > It's really is a one side effect of having provider in the same repo as 
core - you always on the bleeding edge :-)
   
   Yeah. providing that you will make sure that you use the right airflow in  
the multi-repo case when you develop the provider. Which is one of the things 
that needs to be solved in order to finally split - to make the provider 
development experience as good as it is now without adding necessary effort on 
contributors (with one of the benefits - shielding the users better from thiose 
kind of problems while not introducing more problems) - this will be big part 
of the "split out providers" AIP. Hopefully in the next few months (as soon as 
we finish Breeze transition I will focus my efforts on that one). 
   
   Such a split however has the property that wnen you DO want to introduce a 
chnage that will span through several components (like for example current SQL 
unification) then it is a lot harder to coordinate such changes. That's why 
it's great the "comon.sql"  move was done before and we also need to look if 
there are more things like that to extract BEFORE the split. It will be WAY 
harder to do simiilar moves when we split.


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