bbovenzi commented on code in PR #25249:
URL: https://github.com/apache/airflow/pull/25249#discussion_r928764133


##########
tests/api_connexion/endpoints/test_task_endpoint.py:
##########
@@ -332,6 +336,7 @@ def test_get_tasks_mapped(self):
                     "execution_timeout": None,
                     "extra_links": [],
                     "is_mapped": True,
+                    # todo: should be "outlet_datasets": [], but does not work 
for mapped

Review Comment:
   What do you mean by this?
    if `is_mapped = true` then we don't have any outlets because it could 
change based on the map_index?
   



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