Skip to content

Conversation

@github-actions
Copy link

The group_by(Log.id) clause was redundant since Log.id is the primary key
and doesn't affect the query results. This simplifies the query without
changing functionality.

Fixes #53695
(cherry picked from commit 85d80cd)

Co-authored-by: xiaohuanlin 33860497+xiaohuanlin@users.noreply.github.com

…53733)

The group_by(Log.id) clause was redundant since Log.id is the primary key
and doesn't affect the query results. This simplifies the query without
changing functionality.

Fixes #53695
(cherry picked from commit 85d80cd)

Co-authored-by: xiaohuanlin <33860497+xiaohuanlin@users.noreply.github.com>
@pierrejeambrun pierrejeambrun merged commit c27cb4a into v3-0-test Jul 28, 2025
70 checks passed
@pierrejeambrun pierrejeambrun deleted the backport-85d80cd-v3-0-test branch July 28, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants