GitHub user potiuk added a comment to the discussion: Extra link is not visible when using `TriggerDagRunOperator` inside a `task`
Yes you cannot use "classic" operator in "task flow one". Use either one or the other. It literally makes no sense to wrap a classic task with taskflow. See the docs on how you can combine some tasks written in task flow way with some other tasks written in "classic way". There are examples. GitHub link: https://github.com/apache/airflow/discussions/43815#discussioncomment-11191597 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
