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


##########
airflow/api/common/trigger_dag.py:
##########
@@ -104,6 +107,7 @@ def _trigger_dag(
 
 def trigger_dag(
     dag_id: str,
+    triggered_by: DagRunTriggeredByType,

Review Comment:
   Adding the star is the only way. Simply adding a default does not even make 
the argument *keyword-only*.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to