mobuchowski opened a new pull request, #32692:
URL: https://github.com/apache/airflow/pull/32692

   In some cases - like when provider is included by `breeze prod-image build 
--install-providers-from-sources` plugins are not loaded, as they are not 
separate package with entrypoint then. This PR adds loading plugins from 
`provider.yml`. I think this is somehow similar to what @potiuk is doing with 
stuff like config or executors.
   
   In some cases this would make entrypoint plugins double-load - so we check 
if the plugin is already loaded. We could avoid that by not generating 
entrypoints for plugins, but this would make them not load on earlier versions 
of Airflow.
   
   


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