soooojinlee commented on code in PR #60999:
URL: https://github.com/apache/airflow/pull/60999#discussion_r2758134510
##########
task-sdk/src/airflow/sdk/definitions/dag.py:
##########
@@ -883,7 +885,7 @@ def is_task(obj) -> TypeGuard[Operator]:
also_include_ids: set[str] = set()
for t in matched_tasks:
if include_downstream:
- for rel in t.get_flat_relatives(upstream=False, depth=depth):
Review Comment:
During rebase with upstream/main, the `depth` parameter in
`partial_subset()` was accidentally removed due to a merge conflict resolution.
--
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]