-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Description
Description
We should create endpoints that allow us to perform operations in Airflow
We need the following read-only endpoints - Database:
- API Endpoints - Read-only - Connection
- API Endpoints - Read-only - DAG Model
- API Endpoints - Read-only - DAG Runs
- API Endpoints - Read-only - Import errors
- API Endpoints - Read-only - Pools
- API Endpoints - Read-only - Task Instance
- API Endpoints - Read-only - Variable
- API Endpoints - Read-only - XCOM
We need to implement other endpoints:
- API Endpoint - Logs
- API Endpoint - Config
- API Endpoint - Dag source
- API Endpoint - Dags structure/Task
- API Endpoint - Links
- API Endpoint - Health - Spec and impelementataion
More information about the REST API is available:
AIP-32 - Airflow REST API - High-level info
Use case / motivation
N/A
Related Issues
N/A
Zap4ickad-m, pujaji, potiuk, SteNicholas and Zap4ick