[AIRFLOW-4192] Remove end_date and latest_date from task context #5725
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.
Make sure you have checked all steps below.
Jira
Description
After #5010 ending up in an endless discussion, I split up the PR to decide about individual task context variables. This PR removes
end_dateandlatest_date.They were added in the early days of Airflow (45d14c1) and in the mailing list discussion @artwr was the only one to comment on it:
I think we can safely remove these variables without any issues.
Tests
Both context variables are untested, so no tests were changed.
Commits
Documentation
Code Quality
flake8