raphaelauv commented on code in PR #39173:
URL: https://github.com/apache/airflow/pull/39173#discussion_r1575291363
##########
airflow/operators/trigger_dagrun.py:
##########
@@ -89,6 +89,7 @@ class TriggerDagRunOperator(BaseOperator):
(default: 60)
:param allowed_states: List of allowed states, default is ``['success']``.
:param failed_states: List of failed or dis-allowed states, default is
``None``.
+ :param soft_fail: Set to true to mark the task as SKIPPED on
DagRunAlreadyExists
Review Comment:
you are right , what about `skip_on_already_exist` ?
--
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]