[
https://issues.apache.org/jira/browse/AIRFLOW-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834362#comment-16834362
]
ASF subversion and git services commented on AIRFLOW-4381:
----------------------------------------------------------
Commit 24b9c7c9488e0a3a81acff1990527d2d8acc5ab2 in airflow's branch
refs/heads/master from Jiajie Zhong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=24b9c7c ]
[AIRFLOW-4381] Use get_direct_relative_ids get task relatives (#5147)
models.baseoperator 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
> 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
> Priority: Minor
> Labels: patch
>
> 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)