henry3260 commented on code in PR #63733:
URL: https://github.com/apache/airflow/pull/63733#discussion_r3010979996
##########
airflow-core/src/airflow/api/common/trigger_dag.py:
##########
@@ -44,7 +44,7 @@ def _trigger_dag(
dag_bag: DBDagBag,
*,
triggered_by: DagRunTriggeredByType,
- run_type: DagRunType = DagRunType.MANUAL,
+ run_type: DagRunType,
Review Comment:
> Is removing the default value safe / necessary?
Great catch, thanks! That was an unintended deletion during conflict
resolution and I didn't notice it. I've restored the default value in the
latest commit.
--
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]