pierrejeambrun commented on code in PR #60442:
URL: https://github.com/apache/airflow/pull/60442#discussion_r2689682851


##########
providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py:
##########
@@ -281,6 +286,9 @@ def _trigger_dag_af_3(self, context, run_id, 
parsed_logical_date):
         )
 
     def _trigger_dag_af_2(self, context, run_id, parsed_logical_date):
+        if self.note:
+            self.log.info("Triggered DAG with note: %s", self.note)

Review Comment:
   I don't think we can ever reach that? Having a note passed down in AF2, can 
we?



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