turbaszek commented on a change in pull request #11484:
URL: https://github.com/apache/airflow/pull/11484#discussion_r503577791
##########
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:
Should we add note here that this may be useful for backfill and
rerunning tasks?
----------------------------------------------------------------
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]