OmerJog edited a comment on issue #4665: [AIRFLOW-3701] Google Cloud Vision 
Product Search operators
URL: https://github.com/apache/airflow/pull/4665#issuecomment-462330400
 
 
   @feng-tao
   It's not that simple to have operators in plugins. operator interact with 
hook (sometimes more than one).
   Hooks are in the core and subject to changes. Sometimes operators can not 
work without a change that needs to be submitted to the hook.  When you make a 
change in hook it could break other operators that relay on this hook. it's 
very hard to keep track of that if the operators are in another project.
   
   Your idea of frequent releases for plugins can work only if the extended 
functionality is unrelated to Airflow hooks. This is a big if.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to