ashb commented on code in PR #40460:
URL: https://github.com/apache/airflow/pull/40460#discussion_r1946325142
##########
airflow/ti_deps/deps/trigger_rule_dep.py:
##########
@@ -146,6 +146,19 @@ def _get_expanded_ti_count() -> int:
return BaseOperator.get_mapped_ti_count(ti.task, ti.run_id,
session=session)
+ def _iter_expansion_dependencies(task_group: MappedTaskGroup) ->
Iterator[str]:
+ from airflow.models.mappedoperator import MappedOperator
Review Comment:
```suggestion
from airflow.sdk.definitions.mappedoperator import MappedOperator
```
--
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]