You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's start with next_run_datasets, its relatively simple and we will still need it
We will keep the old UI connected to the old views.py endpoint for now, and delete both later. Then we're not doing extra work just for backward compatibility
Integrate the new webserver to the airflow CLI (maybe with a warning to discourage usage for now, also in airflow standalone) UI API CLI and Breeze integration #41896
Body
After we decide on our tech stack. Let's get the UI REST API started.
The REST API should also be plugged into the new UI full react app.
MVP PR needs:
views.pySetup ui rest api #41798next_run_datasets, its relatively simple and we will still need itviews.pyendpoint for now, and delete both later. Then we're not doing extra work just for backward compatibilityAdd TLS to the API(moved to separate issue, cf note bellow)Handle permissions and access control, POC here UI Rest API authentication #42019(moved to separate issue, cf note bellow)Committer