pierrejeambrun commented on PR #44701: URL: https://github.com/apache/airflow/pull/44701#issuecomment-2539140079
> example_external_task_marker_parent: did not have any downstream deps Indeed. That's a limitation we have at the moment in the backend in `detect_task_dependencies`. only `TriggerDagRunOperator` and `ExternalTaskSensor` are supported. `ExternalTaskMarker` is not. We might want to add it but this will impact the serialized dags and I'm not sure yet how free we are of updating that. (and how this dependencies are then used by the scheduler I assume) I will open a dedicated issue to track that because it needs its own set of change to be able to work. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org