kukigai commented on a change in pull request #11484:
URL: https://github.com/apache/airflow/pull/11484#discussion_r503581664
##########
File path: airflow/operators/dagrun_operator.py
##########
@@ -49,6 +50,8 @@ class TriggerDagRunOperator(BaseOperator):
:type conf: dict
:param execution_date: Execution date for the dag (templated)
:type execution_date: str or datetime.datetime
+ :param reset_dag_run: whether or not clear existing dag run if already
exists
Review comment:
added more description.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]