Do not backfill old DagRun.created_at#63825
Merged
vatsrahul1001 merged 1 commit intoapache:mainfrom Mar 18, 2026
Merged
Conversation
Member
Author
|
Actually, I couldn’t find any usage of this field. Do we plan to use it in the future for partitions? I want to remove it outright if there’s not a planned usage. |
Member
Author
|
cc @dstandish |
5646bc6 to
9fc0919
Compare
Filling this field in the migration is much too costly. This field is now left as NULL for rows created prior to the migration. I couldn't find this field used anywhere.
9fc0919 to
287d856
Compare
Member
|
Please keep the field, it's helpful for ordering and other things I have in mind to add. |
Member
Author
|
Is it OK it’s nullable (and can contain null values)? |
dstandish
approved these changes
Mar 17, 2026
vatsrahul1001
approved these changes
Mar 18, 2026
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Mar 18, 2026
Do not backfill old DagRun.created_at
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Mar 18, 2026
Do not backfill old DagRun.created_at
fat-catTW
pushed a commit
to fat-catTW/airflow
that referenced
this pull request
Mar 22, 2026
Do not backfill old DagRun.created_at
techcodie
pushed a commit
to techcodie/airflow
that referenced
this pull request
Mar 23, 2026
Do not backfill old DagRun.created_at
abhijeets25012-tech
pushed a commit
to abhijeets25012-tech/airflow
that referenced
this pull request
Apr 9, 2026
Do not backfill old DagRun.created_at
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.
Filling this field in the migration is much too costly. This field is now left as NULL for rows created prior to the migration.
Close #63550.