You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "zhongjiajie (JIRA)" <ji...@apache.org> on 2019/04/22 02:03:00 UTC

[jira] [Created] (AIRFLOW-4381) Use get_direct_relative_ids to get task relatives

zhongjiajie created AIRFLOW-4381:
------------------------------------

             Summary: Use get_direct_relative_ids to get task relatives
                 Key: AIRFLOW-4381
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4381
             Project: Apache Airflow
          Issue Type: Improvement
          Components: models
    Affects Versions: 1.10.3
            Reporter: zhongjiajie
            Assignee: zhongjiajie


Now in models.baseoperator we get relatives by attribute, but _downstream_task_ids and _upstream_task_ids is private member. This patch will get relatives from exists function `get_direct_relative_ids`.



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