bugraoz93 commented on code in PR #44332: URL: https://github.com/apache/airflow/pull/44332#discussion_r1882748324
########## airflow/ui/openapi-gen/requests/types.gen.ts: ########## @@ -688,6 +688,47 @@ export type FastAPIAppResponse = { [key: string]: unknown | string; }; +/** + * DAG Run model for the Grid UI. + */ +export type GridDAGRunwithTIs = { + run_id: string; Review Comment: Updated using aliases, thanks! -- 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