shahar1 commented on code in PR #46584:
URL: https://github.com/apache/airflow/pull/46584#discussion_r1951575450
##########
airflow/ti_deps/deps/not_previously_skipped_dep.py:
##########
@@ -49,46 +48,47 @@ def _get_dep_statuses(self, ti, session, dep_context):
finished_task_ids = {t.task_id for t in finished_tis}
for parent in upstream:
- if isinstance(parent, SkipMixin):
Review Comment:
Implemented the flag as we discussed.
When working on the tests I'll check that there are no issues with mapped
operators.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]