Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable XCom list ordering by execution_date #43680

Merged

Conversation

pierrejeambrun
Copy link
Member

@pierrejeambrun pierrejeambrun commented Nov 5, 2024

I tried to fix it and make it work, some other resources (TaskInstance) are able to sort on execution_date but for some reason (I suspect db side / model differences) it is not working for XCom.

Before:
Screenshot 2024-11-05 at 09 52 25

Now:
Screenshot 2024-11-05 at 09 51 04

@pierrejeambrun pierrejeambrun added the type:bug-fix Changelog: Bug Fixes label Nov 5, 2024
@pierrejeambrun pierrejeambrun added this to the Airflow 2.10.3 milestone Nov 5, 2024
@pierrejeambrun pierrejeambrun self-assigned this Nov 5, 2024
@boring-cyborg boring-cyborg bot added the area:webserver Webserver related Issues label Nov 5, 2024
airflow/www/views.py Outdated Show resolved Hide resolved
@pierrejeambrun pierrejeambrun force-pushed the disable-sort-on-execution-date-xcom branch from 4586a1b to 415f0fc Compare November 5, 2024 14:13
@pierrejeambrun pierrejeambrun merged commit c96b618 into apache:main Nov 5, 2024
52 checks passed
@pierrejeambrun pierrejeambrun deleted the disable-sort-on-execution-date-xcom branch November 5, 2024 14:40
pierrejeambrun added a commit to astronomer/airflow that referenced this pull request Nov 5, 2024
* Disable XCom list ordering by execution_date

* Update airflow/www/views.py

Co-authored-by: Kaxil Naik <[email protected]>

---------

Co-authored-by: Kaxil Naik <[email protected]>
(cherry picked from commit c96b618)
pierrejeambrun added a commit that referenced this pull request Nov 5, 2024
* Disable XCom list ordering by execution_date

* Update airflow/www/views.py

Co-authored-by: Kaxil Naik <[email protected]>

---------

Co-authored-by: Kaxil Naik <[email protected]>
(cherry picked from commit c96b618)
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
* Disable XCom list ordering by execution_date

* Update airflow/www/views.py

Co-authored-by: Kaxil Naik <[email protected]>

---------

Co-authored-by: Kaxil Naik <[email protected]>
utkarsharma2 pushed a commit that referenced this pull request Dec 4, 2024
* Disable XCom list ordering by execution_date

* Update airflow/www/views.py

Co-authored-by: Kaxil Naik <[email protected]>

---------

Co-authored-by: Kaxil Naik <[email protected]>
(cherry picked from commit c96b618)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants