vincbeck commented on PR #40724:
URL: https://github.com/apache/airflow/pull/40724#issuecomment-2223495791

   From the logs, all I can see is when Airflow tries to load the index page 
(DAGs list), it is failing because of:
   
   ```
   werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 
'RepairDatabricksTasks.repair'. Did you forget to specify values ['dag_id', 
'run_id']?
   ```
   
   From the stacktrace I can see that it seems your plugin add a new element in 
the nav bar pointing to the view `RepairDatabricksTasks.repair`. This view has 
some mandatory parameter (`dag_id` and `run_id`) and that's why it is failing. 
When trying to build the nav bar and add a link towards this view, Airflow 
cannot because it requires some parameters.
   
   I am surprised it works when you run Airflow ... Need further investigation


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to