astronomer / astronomer-airflow-version-check

Plugin to check if new version of Astronomer Certified Airflow is available
Apache License 2.0
1 stars 2 forks source link

Use add_view_no_menu since add_api is removed in airflow #24

Closed ephraimbuddy closed 2 years ago

ephraimbuddy commented 2 years ago

appbuilder.add_api has been removed in airflow. Luckily, it's a wrapper around appbuilder.add_view_no_menu Airflow PR: https://github.com/apache/airflow/pull/20487

Closes: https://github.com/astronomer/issues-airflow/issues/153

kaxil commented 2 years ago

Looks like the deploy_key was failing, I have re-enabled it 🤞

kaxil commented 2 years ago

https://github.com/astronomer/astronomer-airflow-version-check/pull/26 should fix the failing CI