potiuk commented on pull request #20544:
URL: https://github.com/apache/airflow/pull/20544#issuecomment-1002345416


   > I'm not sure if it is worth the effort to only include the upstream defs 
we actually use, but it does cut it down from 17.5k lines to 2.6k, so figured 
it was worth exploring at least. Thoughts?
   
   The only problem with this is a way how to use some definitions that we do 
not use currently. I think it is worth to do it in the way that we can also 
remove the vendoing easily (reversing the process). The process would loook 
like this;
   
   1) if you want to work on the schema and add new stuff, run a script to 
un-vendor the refs.
   2) make your changes 
   3) commit (and this will automatically vendor them in).


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