Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add number of queries guard in public task instances list endpoints#57645

Merged
pierrejeambrun merged 1 commit intoapache:mainfrom
astronomer:add-number-of-queries-guard-for-public-task-instances
Nov 4, 2025
Merged

Add number of queries guard in public task instances list endpoints#57645
pierrejeambrun merged 1 commit intoapache:mainfrom
astronomer:add-number-of-queries-guard-for-public-task-instances

Conversation

Copy link
Member

pierrejeambrun commented Oct 31, 2025

Closes: #57430

Multiple endpoint fixed for N+1 queries problem.

pierrejeambrun added this to the Airflow 3.1.3 milestone Oct 31, 2025
pierrejeambrun self-assigned this Oct 31, 2025
pierrejeambrun added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Oct 31, 2025
pierrejeambrun requested review from bugraoz93, ephraimbuddy, jason810496, rawwar and shubhamraj-git as code owners October 31, 2025 18:50
boring-cyborg bot added the area:API Airflow's REST/HTTP API label Oct 31, 2025
pierrejeambrun requested a review from kaxil October 31, 2025 19:06
pierrejeambrun closed this Oct 31, 2025
pierrejeambrun reopened this Oct 31, 2025
ephraimbuddy approved these changes Nov 3, 2025
rawwar approved these changes Nov 3, 2025
pierrejeambrun merged commit 827e090 into apache:main Nov 4, 2025
176 of 212 checks passed
pierrejeambrun deleted the add-number-of-queries-guard-for-public-task-instances branch November 4, 2025 10:41
Copy link

github-actions bot commented Nov 4, 2025

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test

You can attempt to backport this manually by running:

cherry_picker 827e090 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

pierrejeambrun added a commit to astronomer/airflow that referenced this pull request Nov 4, 2025
pierrejeambrun added a commit that referenced this pull request Nov 4, 2025
ephraimbuddy pushed a commit that referenced this pull request Nov 10, 2025
Copilot AI pushed a commit to jason810496/airflow that referenced this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

ephraimbuddy ephraimbuddy approved these changes

rawwar rawwar approved these changes

jason810496 Awaiting requested review from jason810496 jason810496 is a code owner

bugraoz93 Awaiting requested review from bugraoz93 bugraoz93 is a code owner

shubhamraj-git Awaiting requested review from shubhamraj-git shubhamraj-git is a code owner

kaxil Awaiting requested review from kaxil

Labels

area:API Airflow's REST/HTTP API backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Milestone

Airflow 3.1.3

Development

Successfully merging this pull request may close these issues.

n+1 queries in public task instances endpoint

3 participants