shahar1 commented on code in PR #41031:
URL: https://github.com/apache/airflow/pull/41031#discussion_r1694004153


##########
airflow/example_dags/example_params_trigger_ui.py:
##########
@@ -100,3 +101,4 @@ def print_greetings(greetings1, greetings2, greetings3) -> 
None:
     french_greetings = generate_french_greeting.expand(name=names)
     lang_select >> [english_greetings, german_greetings, french_greetings]
     results_print = print_greetings(english_greetings, german_greetings, 
french_greetings)
+# [END params_trigger]

Review Comment:
   ```suggestion
   # [END params_trigger]
   
   ```



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