vincbeck commented on code in PR #51578:
URL: https://github.com/apache/airflow/pull/51578#discussion_r2140517738
##########
providers/fab/src/airflow/providers/fab/www/extensions/init_appbuilder.py:
##########
@@ -525,6 +525,14 @@ def add_view_no_menu(self, baseview, endpoint=None,
static_folder=None):
log.warning(LOGMSG_WAR_FAB_VIEW_EXISTS,
baseview.__class__.__name__)
return baseview
+ def add_api(self, baseview):
Review Comment:
In Airflow 2, this is not in FAB provider but in core Airflow. The file is
there:
https://github.com/apache/airflow/blob/v2-10-test/airflow/www/extensions/init_appbuilder.py
--
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]