feluelle commented on a change in pull request #5755: [AIRFLOW-4568] Add 
unallowed_states to ExternalTaskSensor
URL: https://github.com/apache/airflow/pull/5755#discussion_r347982988
 
 

 ##########
 File path: airflow/sensors/external_task_sensor.py
 ##########
 @@ -40,6 +40,10 @@ class ExternalTaskSensor(BaseSensorOperator):
     :type external_task_id: str
     :param allowed_states: list of allowed states, default is ``['success']``
     :type allowed_states: list
+    :param unallowed_states: list of unallowed states, default is ``None``. 
When
 
 Review comment:
   @michaelmdeng can you apply Ash's suggestion?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to