Under which category would you file this issue?
Airflow Core
Apache Airflow version
3.2.1
What happened and how to reproduce it?
When fetching task instances with order_by=rendered_map_index via:
GET /api/v2/dags/{dag_id}/dagRuns/{run_id}/taskInstances?order_by=rendered_map_index
- Sorting by
rendered_map_index over more than 9 mapped instances should return them in
numeric order (0, 1, 2, ..., 10, 11, ...), not lexicographic order (0, 1, 10, 11, ..., 2, 20, ...)
Operating System
Debian
Deployment
Astronomer
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
Not Applicable
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
Are you willing to submit PR?
Code of Conduct
Under which category would you file this issue?
Airflow Core
Apache Airflow version
3.2.1
What happened and how to reproduce it?
When fetching task instances with
order_by=rendered_map_indexvia:rendered_map_indexover more than 9 mapped instances should return them innumeric order (0, 1, 2, ..., 10, 11, ...), not lexicographic order (0, 1, 10, 11, ..., 2, 20, ...)
Operating System
Debian
Deployment
Astronomer
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
Not Applicable
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
Are you willing to submit PR?
Code of Conduct