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

Kevin Gao commented on AIRFLOW-649:
-----------------------------------

Here's my workaround for this until it's fixed:
# Manually trigger the DAG
# Open the Web UI for the DAG
# Click on Tree View
# Click on the {{Skipped}} task
# Click on *Run* to run the task

> LatestOnlyOperator does not work for Manually or Externally Triggered DagRuns
> -----------------------------------------------------------------------------
>
>                 Key: AIRFLOW-649
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-649
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Siddharth Anand
>            Assignee: Siddharth Anand
>
> LatestOnlyOperator does not work for Manually or Externally Triggered DagRuns.
> When it encounters a manually or externally triggered dag run, it should 
> simply act as a DummyOperator or Pass-through Operators, not skipping 
> downstream tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to