tirkarthi commented on issue #46715: URL: https://github.com/apache/airflow/issues/46715#issuecomment-2660709369
"Map Index" is passed as the sort field. It should be "map_index" but there can be tasks with "rendered_map_index" and in that case the sorting field has to be passed as "rendered_map_index". This can be tricky since "accessor_key" doesn't accept a function and "accessorFn" only extracts the value and doesn't seem to be used in sorting. Is it okay to disable sorting for map_index or always sort by "map_index"? cc: @pierrejeambrun @bbovenzi -- 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]
