You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Drew Sonne (JIRA)" <ji...@apache.org> on 2019/01/26 22:27:00 UTC

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

Drew Sonne created AIRFLOW-3774:
-----------------------------------

             Summary: 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
             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)