uranusjr commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2986573199


##########
airflow-core/src/airflow/serialization/definitions/mappedoperator.py:
##########
@@ -481,9 +481,9 @@ def expand_start_from_trigger(self, *, context: Context) -> 
bool:
             return False
         # TODO (GH-52141): Implement this.
         log.warning(
-            "Starting a mapped task from triggerer is currently unsupported",
-            task_id=self.task_id,
-            dag_id=self.dag_id,
+            "Starting a mapped task %r from dag %r on triggerer is currently 
unsupported",
+            self.task_id,
+            self.dag_id,

Review Comment:
   This should not change, `log` here is a structlog logger.



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