ashb commented on code in PR #64845: URL: https://github.com/apache/airflow/pull/64845#discussion_r3057811221
########## airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts: ########## @@ -950,10 +958,11 @@ export const useTaskInstanceServiceGetMappedTaskInstance = <TData = Common.TaskI * @param data.limit * @param data.offset * @param data.orderBy Attributes to order by, multi criteria sort is supported. Prefix with `-` for descending order. Supported attributes: `id, state, duration, start_date, end_date, map_index, try_number, logical_date, run_after, data_interval_start, data_interval_end, rendered_map_index, operator, logical_date, run_after, data_interval_start, data_interval_end` -* @returns TaskInstanceCollectionResponse Successful Response +* @returns unknown Successful Response Review Comment: Hmmm I think we'll need to look at more closely at the schema and the discriminator, and/or the code generation here. -- 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]
