Using airflow-ai-sdk with apache.org

Python integration

Install
pip install airflow-ai-sdk
Quick start
import airflow-ai-sdk

client = airflow_ai_sdk.Client("YOUR_API_KEY")
List DAGs
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/dags
List pools
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/pools
List roles
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/roles
SDK on GitHub 📄 API Docs
SDK
airflow-ai-sdk
Python
API
apache.org
apache.org:airflow
At a glance
Language Python
Endpoints73
Base URLhttps://apache.local