Closed pierrejeambrun closed 1 month ago
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.py
next_run_datasets
Done.
HTTPS and Permissions are moved to separate issues. Cf project board.
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.py
https://github.com/apache/airflow/pull/41798next_run_datasets
, its relatively simple and we will still need itviews.py
endpoint 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 https://github.com/apache/airflow/pull/42019(moved to separate issue, cf note bellow)Committer