You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jozef Fekiac (JIRA)" <ji...@apache.org> on 2018/12/21 13:20:00 UTC

[jira] [Updated] (AIRFLOW-3553) Microseconds in manually triggered tasks break "mark as success"

     [ https://issues.apache.org/jira/browse/AIRFLOW-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Fekiac updated AIRFLOW-3553:
----------------------------------
    Description: 
 

If a user wants to mark success on a dagRun with microseconds (I.e. manually triggered from GUI), user can't mark tasks as success. 

 

in 1.9, replace microseconds is a default behaviour, as per code, but 

[https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/www/views.py#L915]

doesn't handle the microseconds, setting run_id

propagating it to

[https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/api/common/experimental/trigger_dag.py#L37]

resulting in no run_id alteration, => it's with microseconds, disabling the "mark as success function" from GUI

  was:
 

If a user wants to mark success on a dagRun with microseconds (I.e. manually triggered from GUI), user can't mark tasks as success. 

 

in 1.9, replace microseconds is a default behaviour, as per code, but 

[https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/www/views.py#L915]

doesn't handle the microseconds, setting run_id

resulting in **

[https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/api/common/experimental/trigger_dag.py#L37]

that has run_id with microseconds, disabling the "mark as success function".


> Microseconds in manually triggered tasks break "mark as success" 
> -----------------------------------------------------------------
>
>                 Key: AIRFLOW-3553
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3553
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.9.0, 1.10.1, 2.0.0
>            Reporter: Jozef Fekiac
>            Priority: Major
>
>  
> If a user wants to mark success on a dagRun with microseconds (I.e. manually triggered from GUI), user can't mark tasks as success. 
>  
> in 1.9, replace microseconds is a default behaviour, as per code, but 
> [https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/www/views.py#L915]
> doesn't handle the microseconds, setting run_id
> propagating it to
> [https://github.com/apache/incubator-airflow/blob/v1-9-stable/airflow/api/common/experimental/trigger_dag.py#L37]
> resulting in no run_id alteration, => it's with microseconds, disabling the "mark as success function" from GUI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)