-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the bug that affected the DAG end date. #36144
Merged
eladkal
merged 1 commit into
apache:main
from
avkirilishin:31555_bug_changed_end_date_after_manually_marking
Feb 9, 2024
Merged
Fix the bug that affected the DAG end date. #36144
eladkal
merged 1 commit into
apache:main
from
avkirilishin:31555_bug_changed_end_date_after_manually_marking
Feb 9, 2024
Conversation
This file contains 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
avkirilishin
requested review from
ephraimbuddy,
pierrejeambrun,
kaxil,
XD-DENG and
ashb
as code owners
December 9, 2023 19:59
avkirilishin
force-pushed
the
31555_bug_changed_end_date_after_manually_marking
branch
from
December 25, 2023 12:23
60493e6
to
fd9d0b0
Compare
I think it would be great is some of us more familiar with the dates/scheduling/dag state would look at this one : It looks legit and I like the table description clarification, but I am not sure if I am the right one to validate it :) |
potiuk
approved these changes
Feb 6, 2024
eladkal
approved these changes
Feb 6, 2024
eladkal
force-pushed
the
31555_bug_changed_end_date_after_manually_marking
branch
from
February 6, 2024 12:28
e391f6e
to
56769c2
Compare
jedcunningham
pushed a commit
that referenced
this pull request
Feb 9, 2024
(cherry picked from commit 9f4f208)
sc250072
pushed a commit
to Teradata/airflow
that referenced
this pull request
Feb 9, 2024
commit 58279b8 Author: Satish Ch <satishchinthanippu@gmail.com> Date: Sat Feb 10 00:12:42 2024 +0530 Update teradata.py commit ed75e3e Author: Satish Ch <satishchinthanippu@gmail.com> Date: Sat Feb 10 00:09:24 2024 +0530 D401 support in Teradata Provider commit f56bede Merge: e859a1d 00ed467 Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 23:58:15 2024 +0530 Merge remote-tracking branch 'upstream/main' into pr_teradata_release_1.0.0 commit 00ed467 Author: Vincent <97131062+vincbeck@users.noreply.github.com> Date: Fri Feb 9 13:13:36 2024 -0500 D401 support in fab provider (apache#37283) commit 48bfb1a Author: Niko Oliveira <onikolas@amazon.com> Date: Fri Feb 9 08:43:32 2024 -0800 Merge all ECS executor configs following recursive python dict update (apache#37137) Also document the behaviour and interaction between exec_config and run_task_kwargs config commit 8317ed9 Author: Amogh Desai <amoghrajesh1999@gmail.com> Date: Fri Feb 9 20:17:38 2024 +0530 Updating the README and visuals for breeze build-docs (apache#37276) commit 17945fc Author: Kalyan <kalyan.ben10@live.com> Date: Fri Feb 9 20:16:33 2024 +0530 D401 fixes in Pinecone provider (apache#37270) commit ab9e2e1 Author: Kalyan <kalyan.ben10@live.com> Date: Fri Feb 9 20:15:31 2024 +0530 fix: D401 lint issues in airflow core (apache#37274) commit 7835fd2 Author: Jarek Potiuk <jarek@potiuk.com> Date: Fri Feb 9 14:59:33 2024 +0100 The fix-ownership command missed --rm flag and left dangling containers (apache#37277) Fixes: apache#37269 commit e859a1d Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 19:21:28 2024 +0530 Update teradata.py commit d1c08e1 Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 19:18:37 2024 +0530 Update teradata.py commit e5ac0ec Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 05:41:42 2024 -0800 static check issue is fixed commit ce490f7 Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 19:10:36 2024 +0530 static format issue fixed commit f9498c5 Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 05:36:36 2024 -0800 static check issue is fixed commit 77bddae Author: Satish Ch <satishchinthanippu@gmail.com> Date: Fri Feb 9 18:23:18 2024 +0530 common sql unit test failure fixed commit 9f4f208 Author: Aleksey Kirilishin <54231417+avkirilishin@users.noreply.github.com> Date: Fri Feb 9 15:53:04 2024 +0300 Fix the bug that affected the DAG end date. (apache#36144) commit 0f8dfeb Author: Sudipto Baral <sudiptobaral.me@gmail.com> Date: Fri Feb 9 06:54:23 2024 -0500 fix: update hyperlink to the new documentation section for local virtualenv setup. (apache#37272) Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
potiuk
pushed a commit
that referenced
this pull request
Feb 13, 2024
(cherry picked from commit 9f4f208)
ephraimbuddy
pushed a commit
that referenced
this pull request
Feb 22, 2024
(cherry picked from commit 9f4f208)
68 tasks
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.
Closes: #31555
The state management has been relocated from the
mark_task
module to theDagRun
's set state.Changes to attributes were implemented in accordance with the following table:
end_date = None
end_date = None
start_date = None
end_date = None
start_date = None
end_date = None
end_date = None
start_date = None
end_date = None
end_date = None
Now it's look like: