Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API request returned- Airflow 404 = lots of circles

Tags:

airflow

I have Airflow,

tried to create API Request for example GET version

http://server01:8081/admin/rest_api/api?api=rest_api_plugin_version

after executed returned Airflow 404 = lots of circles

How solve this problem?

like image 627
Nikolay Baranenko Avatar asked Jan 17 '18 17:01

Nikolay Baranenko


1 Answers

This rest plugin ( https://github.com/teamclairvoyant/airflow-rest-api-plugin ) seems to be not supported by airflow 1.8.1 (or after) .Please use 1.8.0 (or before) ,to install airflow 1.8 which works with the above REST API plugin use install command unlike which installs 1.8.1 onwards.

like image 86
Krishnendu Mitra Avatar answered Sep 17 '22 16:09

Krishnendu Mitra