Add one as a fallback grid value for number of dagruns#58680
Merged
bbovenzi merged 1 commit intoapache:mainfrom Nov 25, 2025
Merged
Add one as a fallback grid value for number of dagruns#58680bbovenzi merged 1 commit intoapache:mainfrom
bbovenzi merged 1 commit intoapache:mainfrom
Conversation
9b0079c to
eef91c6
Compare
bbovenzi
approved these changes
Nov 25, 2025
github-actions bot
pushed a commit
to aws-mwaa/upstream-to-airflow
that referenced
this pull request
Nov 25, 2025
…pache#58680) (cherry picked from commit c3e41f6) Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
pierrejeambrun
added a commit
that referenced
this pull request
Nov 27, 2025
ephraimbuddy
pushed a commit
that referenced
this pull request
Dec 3, 2025
itayweb
pushed a commit
to itayweb/airflow
that referenced
this pull request
Dec 6, 2025
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Always add 1 as a possible value.
Grid view is sometimes slow to display for very large dags. This ensures a fallback option for people to still be able to use the UI in case the dag is huge and the value of 5 is still too high for a smooth experience.

