jscheffl commented on code in PR #55642:
URL: https://github.com/apache/airflow/pull/55642#discussion_r2453441079
##########
providers/edge3/src/airflow/providers/edge3/plugins/edge_executor_plugin.py:
##########
@@ -252,18 +252,10 @@ class EdgeExecutorPlugin(AirflowPlugin):
fastapi_apps = [_get_api_endpoint()]
react_apps = [
{
- "name": "Edge Worker",
- "bundle_url":
_get_base_url_path("/edge_worker/static/main.umd.cjs"),
Review Comment:
No but there is no structural change. The diff looks a but "surprising" but
actually it condenses two menu entries to be only 1.
If you have a nginx at your hand and can test by locally building and
deplyoing together with 3.1.1rc1 would be cool. Have non (yet) at my hand and
would need to setup one (again).
--
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]