-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[AIRFLOW-XXX] Add message about breaking change in DAG#get_task_instances #6226
[AIRFLOW-XXX] Add message about breaking change in DAG#get_task_instances #6226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Sorry we missed this breaking change in the first place.
I think the airflow/airflow/models/baseoperator.py Line 831 in d567f9a
|
4ac0d29
to
e9dd611
Compare
Yup. Updated in e9dd61198. Thanks @kepta. |
e9dd611
to
8d9f8a7
Compare
558f9f1
to
d719e1f
Compare
e75645b
to
d35b047
Compare
Codecov Report
@@ Coverage Diff @@
## master #6226 +/- ##
=======================================
Coverage 80.06% 80.06%
=======================================
Files 610 610
Lines 35261 35261
=======================================
Hits 28232 28232
Misses 7029 7029 Continue to review full report at Codecov.
|
Make sure you have checked all steps below.
Jira
Description
Adds a note to
UPDATING.md
to describe breaking change toget_task_instances
method ofDAG
.@ashb