pierrejeambrun commented on code in PR #64845: URL: https://github.com/apache/airflow/pull/64845#discussion_r3058892390
########## 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: I took a look and I don't think there is an easy way to make fast api generate a slightly different spec for the generator to work. Or patch the generator so it can handle those discriminated union for JSDoc. Since we don't use if for now i'd say maybe we don't bother? -- 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]
