potiuk commented on PR #52233: URL: https://github.com/apache/airflow/pull/52233#issuecomment-3103727016
> @potiuk I don't know how to fix the latest failures. Could you take it from here? Static check seems easy. The other ones, look like we need to add some conditional code to `importorskip` tests when flask_appbuilder is not installed (you can look up other importorskip cases), or maybe do some try/catch on import errors in a few cases - generally speaking i see most of it is in databricks that still has a dependency on flask_appbuilder . There are two issues to solve that dependency: * https://github.com/apache/airflow/issues/52280 * https://github.com/apache/airflow/issues/40587 and they depend on getting the React UI plugins mechanisms completed (targeted for Airflow 3.1) - but until then the best we can do is to skip those tests conditionally. Is that enough of a lead @Dev-iL ? -- 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]
