jinoo7099 commented on issue #53738:
URL: https://github.com/apache/airflow/issues/53738#issuecomment-4448015747

   @pierrejeambrun 
   Hi, I started looking into this.
   
   The public DAG endpoint( '/api/v2/dags' ) already supports `timetable_type`, 
but the DAG list page appears to use the UI-specific `/ui/dags` endpoint. That 
endpoint does not currently expose `timetable_type` in its OpenAPI/generated 
client.
   
   ( public DAG endpoint api implement : #58852 )
   
   Would the expected approach be to add `timetable_type` to `/ui/dags` as 
well, regenerate the UI client, and then wire a filter input on the DAG list 
page to that parameter?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to