pierrejeambrun commented on code in PR #60407:
URL: https://github.com/apache/airflow/pull/60407#discussion_r2689679399
##########
providers/standard/src/airflow/providers/standard/example_dags/example_trigger_controller_dag.py:
##########
@@ -44,3 +44,11 @@
)
# [END howto_operator_trigger_dagrun]
+
+ # [START howto_operator_trigger_dagrun_with_note]
+ trigger_with_note = TriggerDagRunOperator(
+ task_id="trigger_with_note",
+ trigger_dag_id="example_trigger_target_dag",
+ note="Triggered with a note!",
+ )
+ # [END howto_operator_trigger_dagrun_with_note]
Review Comment:
This example section probably need to be added to the corresponding doc file
--
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]