pierrejeambrun commented on code in PR #64845:
URL: https://github.com/apache/airflow/pull/64845#discussion_r3058985594


##########
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:
   Actually let me drop the discriminated union. That's nice in python but 
confusing on the UI side and doesn't bring much because consumer still need 
hard coded checks on the payload to dissociate the two.



-- 
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