hussein-awala commented on code in PR #39173:
URL: https://github.com/apache/airflow/pull/39173#discussion_r1575288209


##########
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:
   `soft_fail` is not a suitable name because it does not cover all types of 
failures, and will confuse users.



-- 
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]

Reply via email to