You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/26 00:59:38 UTC

[GitHub] [airflow] bmoon4 commented on issue #25271: Version 2.3.3 breaks "Plugins as Python packages" feature

bmoon4 commented on issue #25271:
URL: https://github.com/apache/airflow/issues/25271#issuecomment-1194844825

   In FAB 2.X, registering the same blueprint more than once is prohibited. 
   
   Problem is `entry_points_with_dist('airflow.plugins')` is returning the plugin twice.
   https://github.com/apache/airflow/blob/2.3.3/airflow/plugins_manager.py#L224-L225
   
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org