pierrejeambrun commented on issue #46715: URL: https://github.com/apache/airflow/issues/46715#issuecomment-2681368634
> Not sure where this should go, dropping it here. After the changes, rendered_map_index in API now is only None (null) when map_index < 0, and always defaults to map_index otherwise. > This also means that checking for rendered_map_index === null is now equivalent to map_index < 0 (or === -1) at the frontend. Good point. I don't think we use that for now. For requests with the backend we use the normal `mapIndex` (for instance to fetch logs or other things). -- 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]
