ashb commented on pull request #10806: URL: https://github.com/apache/airflow/pull/10806#issuecomment-690673656
My quick thoughts are: - more tools are supporting it over time - this behaviour is supported/documented in python so a bug in tools that don't - the less special cases/departure from standard python semantics (re import paths of "plugins") the better to my mind. Import time for connections/plugins isn't a huge concern so long as we aren't talking seconds of start up - and being able to support a system wide install with extra user level modules installed is a plus for some of our (astro's) users. So I think it remains to see how many tools/special cases we need to have to make this work. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
