We are encountering an issue in the Airflow UI where the 'Repair DAG' and 'Repair All DAGs' options are disabled when a specific task fails. While the repair functionality itself is working properly (i.e., the DAGs can still be repaired through execution), the UI is not reflecting this behavior as the buttons appear disabled. This issue occurs when using Databricks compute, where the integration with Databricks is managed through the Databricks Workflow Operator.
This problem seems to be isolated to the UI interaction and does not affect the backend execution, which proceeds normally when attempting to repair failed tasks.