Ran Zvi created AIRFLOW-3363:
--------------------------------
Summary: Plugin templates not rendered by Flask appbuilder's
baseview
Key: AIRFLOW-3363
URL: https://issues.apache.org/jira/browse/AIRFLOW-3363
Project: Apache Airflow
Issue Type: Bug
Components: plugins
Affects Versions: 1.10.0
Environment: Docker
Reporter: Ran Zvi
Hello, I'm having issues with the new F.A.B plugins, the documentation lacks
the import for `AppBuilderBaseView`, However after a bit of digging I found out
it is probably `from flask_appbuilder import BaseView as AppBuilderBaseView`.
The next issue is that the class lacks a `render` function and F.A.B only
provides a `render_template` function which uses a preconfigured path for the
`template` folder which isn't under the airflow `plugins` folder.
Thabks in advance!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)