mik-laj commented on issue #730: [AIRFLOW-594] Load plugins and workflows from 
packages
URL: https://github.com/apache/incubator-airflow/pull/730#issuecomment-444460774
 
 
   @mahrz24 This is very interesting to me. It would simplify my work and also 
allow for better modularization of applications. Currently, most plugins are 
kept in this repo, or kept in other repositories and have to be manually 
copied. In the second case it is annoying, because the repository has worse 
versioning. Packages were created as the target format for distributing Python 
code and I hope that Airflow will follow this idea. 
   
   When it comes to tests, it seems to me that integration tests would be 
useful here, which will check if there is a module. They will install the local 
package and then check again.

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