You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/04 02:58:00 UTC

[jira] [Commented] (AIRFLOW-6586) GCSUploadSessionCompleteSensor breaks in reschedule mode.

    [ https://issues.apache.org/jira/browse/AIRFLOW-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17098635#comment-17098635 ] 

ASF GitHub Bot commented on AIRFLOW-6586:
-----------------------------------------

jaketf commented on pull request #7197:
URL: https://github.com/apache/airflow/pull/7197#issuecomment-623235491


   @turbaszek this is the first decorator in this dir. How do you think we should document this? 
   In the same place the docs ci check is complaining about ? operators-and-hooks-ref.rst? 
   Should I create a new docs file for sensor decorators?


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


> GCSUploadSessionCompleteSensor breaks in reschedule mode.
> ---------------------------------------------------------
>
>                 Key: AIRFLOW-6586
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6586
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: operators
>    Affects Versions: 1.10.3
>            Reporter: Jacob Ferriero
>            Priority: Minor
>
> This sensor is stateful and loses state between reschedules. 
> We should: 
>  # Warn about this in docstring
>  # Add a `poke_mode_only` class decorator for sensors that aren't safe in reschedule mode.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)