pierrejeambrun opened a new pull request, #42196: URL: https://github.com/apache/airflow/pull/42196
Related to: https://github.com/apache/airflow/issues/42159 This is the first step to get the endpoint we need. This add the `get_dags` endpoint in the public part of the fastapi API. This is iso functional in terms of feature as to what we have on the current public api. Only difference is that permissions are not yet handled we would need https://github.com/apache/airflow/pull/42019. Also I removed for now the `field` param allowing for partial response of only subfields. This is a bit harder to handle and changes dynamically the response model of the endpoint. Also this does not improve much because the full object is already loaded by the ORM, we just save some serialization and response size. (endpoint is paginated anyway). We can work on that if we need it. A follow up PR will come to add new features to that endpoint as requested in the related issue to fulfill UI requirements. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org