Support partitioned Dags in calendar view#63631
Merged
guan404ming merged 1 commit intoapache:mainfrom Mar 18, 2026
Merged
Conversation
94915be to
fce3cce
Compare
Member
|
Thanks! will take a look today |
Lee-W
reviewed
Mar 16, 2026
Member
Lee-W
left a comment
There was a problem hiding this comment.
Halfway through finishing reviewing it. left a few nits. will continue on
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_calendar.py
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/api_fastapi/core_api/services/ui/calendar.py
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/api_fastapi/core_api/services/ui/calendar.py
Outdated
Show resolved
Hide resolved
uranusjr
approved these changes
Mar 17, 2026
Lee-W
reviewed
Mar 17, 2026
1a48a2e to
9504aa6
Compare
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
9504aa6 to
f81da92
Compare
Lee-W
approved these changes
Mar 17, 2026
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Mar 18, 2026
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Mar 18, 2026
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
fat-catTW
pushed a commit
to fat-catTW/airflow
that referenced
this pull request
Mar 22, 2026
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
techcodie
pushed a commit
to techcodie/airflow
that referenced
this pull request
Mar 23, 2026
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
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.
Why
Partitioned Dags use
partition_dateinstead oflogical_date, making them invisible in the calendar.How
COALESCE(partition_date, logical_date)for grouping and filtering historical runs_calculate_timetable_planned_runswithnext_dagrun_info_v2to handle both partitioned and non-partitioned timetablesWas generative AI tooling used to co-author this PR?
Claude Code with Opus 4.6
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.