AIP-84 Migrate UI endpoints from views.py to the new rest api #42366
Labels
AIP-84
Modern Rest API
area:API
Airflow's REST/HTTP API
area:UI
Related to UI/UX. For Frontend Developers.
kind:feature
Feature Requests
kind:meta
High-level information important to the community
Body
Migrate all of the custom/private endpoints that the legacy react views use into the new REST API. Some of them may be best to be moved to the public REST API. Including but not limited to:
object/grid_data
AIP-84 Migrate /object/grid_data from views to FastAPI #42595object/graph_data
AIP-84 Add external dependencies to a dag's graph_data #931 #42367object/rendered-k8s
this should probably be moved to the public API/object/next_run_datasets
/object/dataset_dependencies
AIP-84 Refactor dataset dependencies graph #42368we will redesign this one/object/datasets_summary
We will redesign this one/object/calendar_data
we should just delete this one/object/task_instances
/object/historical_metrics_data
AIP-84 Migrate /object/historical_metrics_data from views to FastAPI #42623/last_dagruns
AIP-84 Add UI batch recent_dag_runs endpoint #42933/task_stats
part of replacing the dags list AIP-84 Begin scoping out DAGs list in React #42369/last_dagruns
part of replacing the dags list AIP-84 Begin scoping out DAGs list in React #42369/dag_stats
part of replacing the dags list AIP-84 Begin scoping out DAGs list in React #42369Committer
The text was updated successfully, but these errors were encountered: