ColtenOuO commented on code in PR #71915:
URL: https://github.com/apache/airflow/pull/71915#discussion_r3887494804


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_dependencies.py:
##########
@@ -868,6 +868,40 @@ def 
test_data_dependencies_batches_entry_point_resolution_across_scheduled_dags(
             entry_task_node_id = f"task:{dag_id}__SEPARATOR__entry_task"
             assert nodes_by_id[entry_task_node_id]["type"] == "task"
 
+    def 
test_data_dependencies_batches_inlet_outlet_resolution_across_producing_tasks(

Review Comment:
   Sure! I've added test of outlets.



-- 
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]

Reply via email to