You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/30 19:11:00 UTC

[jira] [Commented] (AIRFLOW-3774) Flask Blueprints are not loaded

    [ https://issues.apache.org/jira/browse/AIRFLOW-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756451#comment-16756451 ] 

ASF GitHub Bot commented on AIRFLOW-3774:
-----------------------------------------

feng-tao commented on pull request #4598: [AIRFLOW-3774] Register blueprints with app
URL: https://github.com/apache/airflow/pull/4598
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> Flask Blueprints are not loaded
> -------------------------------
>
>                 Key: AIRFLOW-3774
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3774
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: api, plugins, ui
>    Affects Versions: 1.10.2
>            Reporter: Drew Sonne
>            Assignee: Drew Sonne
>            Priority: Major
>             Fix For: 1.10.3
>
>
> It would appear that flask blueprints are not being loaded from plugins. A grep of the entire repo shows {{flask_blueprints}} is never read from, and only written into in {{airflow.plugins_manager}}.
> I am new to flask, but I am under the assumption, that the blue prints must be passed to a {{app.register_blueprint(my_blueprint)}} function to be loaded.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)