Open alexsanderp opened 2 weeks ago
As mentioned in docs https://docs.open-metadata.org/latest/deployment/ingestion/openmetadata#custom-airflow-installation Airflow up to 2.9.2 is supported. So you need to downgrade your airflow 2.10.2 to 2.9.2 or wait some time when your version will be supported.
Affected module UI (Airflow Admin Interface)
Describe the bug The openmetadata-managed-api plugin is recognized by Airflow (appears in the backend when running airflow plugins list), but it does not show up in the Airflow Admin interface, making it inaccessible for configuration and management through the UI.
To Reproduce
Install the openmetadata-managed-api plugin in your Airflow environment. Start the Airflow web server and verify the plugin is recognized by running airflow plugins list. Access the Airflow Admin UI. The plugin does not appear in the UI. Expected behavior The openmetadata-managed-api plugin should be visible in the Airflow Admin UI, just like other plugins, allowing users to interact with it through the interface.
Version: OS: Docker Airflow 2.10.2 Python version: 3.11.10 Airflow version: 2.10.2 openmetadata-ingestion==1.5.7.0 openmetadata_managed_apis==1.5.7.0
Other relevant dependencies: [e.g., Docker, Kubernetes, etc.] Kubernetes
I have verified that the plugin is properly installed and recognized by Airflow when running the airflow plugins list command. Tried restarting the Airflow server and clearing the web server's cache, but the plugin still does not appear in the UI. No errors are visible in the logs related to this issue.