Rename execution_date to logical_date across codebase#43902
Merged
uranusjr merged 15 commits intoapache:mainfrom Nov 15, 2024
Merged
Rename execution_date to logical_date across codebase#43902uranusjr merged 15 commits intoapache:mainfrom
uranusjr merged 15 commits intoapache:mainfrom
Conversation
3 tasks
ea36b6c to
65f9b8e
Compare
Member
|
This needs a news fragment. Rewording the above summary would work fine. See existing files in |
Member
Oh wait, we’re not removing those in this PR yet, so this should not be mentioned at all. |
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
uranusjr
reviewed
Nov 12, 2024
providers/src/airflow/providers/cncf/kubernetes/cli/kubernetes_command.py
Outdated
Show resolved
Hide resolved
2 tasks
1 task
22 tasks
2 tasks
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
kaxil
added a commit
that referenced
this pull request
Jan 12, 2025
karenbraganz
pushed a commit
to karenbraganz/airflow
that referenced
this pull request
Jan 13, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
HariGS-DB
pushed a commit
to HariGS-DB/airflow
that referenced
this pull request
Jan 16, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
dauinh
pushed a commit
to dauinh/airflow
that referenced
this pull request
Jan 24, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
got686-yandex
pushed a commit
to got686-yandex/airflow
that referenced
this pull request
Jan 30, 2025
We removed all the deprecated keys in apache#43902 so we no longer need this code. In preparation of apache#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key.
1 task
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
May 28, 2025
We removed all the deprecated keys in apache/airflow#43902 so we no longer need this code. In preparation of apache/airflow#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key. GitOrigin-RevId: 5597bb296106648fda48c768814f5ae6f3eb7a53
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 23, 2025
We removed all the deprecated keys in apache/airflow#43902 so we no longer need this code. In preparation of apache/airflow#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key. GitOrigin-RevId: 5597bb296106648fda48c768814f5ae6f3eb7a53
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Oct 21, 2025
We removed all the deprecated keys in apache/airflow#43902 so we no longer need this code. In preparation of apache/airflow#45583, I want to simplify this code. We can always revert/re-add this later when we need to deprecate a key. GitOrigin-RevId: 5597bb296106648fda48c768814f5ae6f3eb7a53
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.
Motivation
This PR renames
execution_datetological_dateacross the codebase. The shift towardslogical_datehelps move away from the limitations ofexecution_date, particularly with dynamic DAG runs and cases where multiple runs occur at the same time.Key Changes
execution_datewithlogical_dateincluding models.execution_datein the database to allow multiple DAG runs with the same logical time.How
execution_dateandlogical_dateWorkTransitioning from
execution_dateexecution_date.run_idfor human-readable identifiers.data_interval_start/data_interval_endfor data partitioning in future.id(auto-incremented) is recommended for ordering DAG runs.execution_date, switch to usingdata_interval_startordata_interval_endfor identifying time ranges.Testing
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.