OfSixes commented on code in PR #29260:
URL: https://github.com/apache/airflow/pull/29260#discussion_r1260864472
##########
airflow/triggers/external_task.py:
##########
@@ -38,25 +39,33 @@ class TaskStateTrigger(BaseTrigger):
:param task_id: The task_id that contains the task you want to
wait for. If ``None`` (default value) the sensor waits for the DAG
:param states: allowed states, default is ``['success']``
Review Comment:
This default is set in the sensor though, in the trigger itself this
behavior is not implemented. If someone now wanted to use the trigger
seperately, the documentation for it is incorrect.
--
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]