Re: [PR] Order XCom entries by map index in API [airflow]

2024-01-30 Thread via GitHub
uranusjr commented on code in PR #37086: URL: https://github.com/apache/airflow/pull/37086#discussion_r1470778761 ## airflow/api_connexion/endpoints/xcom_endpoint.py: ## @@ -71,7 +71,7 @@ def get_xcom_entries( query = query.where(XCom.map_index == map_index) if xco

[PR] Order XCom entries by map index in API [airflow]

2024-01-30 Thread via GitHub
uranusjr opened a new pull request, #37086: URL: https://github.com/apache/airflow/pull/37086 This makes the resulting list more stable. I found this in a failed CI run: https://github.com/apache/airflow/actions/runs/7698956149/job/20980348665 While it is technically possible t