amoghrajesh commented on code in PR #46860:
URL: https://github.com/apache/airflow/pull/46860#discussion_r1960987560


##########
airflow/executors/base_executor.py:
##########
@@ -410,6 +411,8 @@ def trigger_tasks(self, open_slots: int) -> None:
 
     @add_span
     def _process_tasks(self, task_tuples: list[TaskTuple]) -> None:
+        print("The task tuples are", task_tuples)

Review Comment:
   Nope :)
   Debugging prints left out



##########
airflow/executors/base_executor.py:
##########
@@ -410,6 +411,8 @@ def trigger_tasks(self, open_slots: int) -> None:
 
     @add_span
     def _process_tasks(self, task_tuples: list[TaskTuple]) -> None:
+        print("The task tuples are", task_tuples)

Review Comment:
   Removed it



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