jscheffl commented on issue #57080: URL: https://github.com/apache/airflow/issues/57080#issuecomment-3434255894
Tested current Edge in the release and needed to realize that the fixes break the UI Plugin. Looks like this: <img width="540" height="206" alt="Image" src="https://github.com/user-attachments/assets/1915ac33-f4d4-4f99-a9e0-a3359ed5c19f" /> Reason seems to be the change DOM routing which was a fix to enable internal links. I attempted multiple ways to make a fix that is also backwards compatible. Also discussed with @pierrejeambrun seems to be a breaking fix between 3.1.0 and 3.1.1(rc1). So the 1.4.0rc1 (Plugin UI) is "broken" with Airflow 3.1.1(++) and is only working with Airflow <= 3.1.0 :-( (Note: Only UI Plugin: Edge in general is working but you can not manage). I am attempting to fix this in https://github.com/apache/airflow/pull/55642 - but the UI plugin therefore also needs a breaking change and the fixed provider will not work with Airflow 3.1.0 (but all other versions). So potentially we need to cut another version of edge alongside 3.1.1 release :-( FYI @kaxil -- 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]
