[
https://issues.apache.org/jira/browse/AIRFLOW-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798517#comment-16798517
]
ASF subversion and git services commented on AIRFLOW-4122:
----------------------------------------------------------
Commit 7c4aa3e092c6a64fe9285252ac5955d13260e4e1 in airflow's branch
refs/heads/v1-10-stable from Jan Hicken
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=7c4aa3e ]
[AIRFLOW-4122] Deprecate chain function (#4940)
* [AIRFLOW-4122] Remove chain function
Bit operation like `>>` or `<<` are suggested
to set dependency, which visual and easier to
explain. and have multiple ways is confusion
* change UPDATING.md as recommend
[ci skip]
This commit differs from 0868070 in that we keep the method but have issued a
deprecation waring
> Remove chain function in airflow.utils
> --------------------------------------
>
> Key: AIRFLOW-4122
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4122
> Project: Apache Airflow
> Issue Type: Improvement
> Components: utils
> Affects Versions: 1.10.2
> Reporter: zhongjiajie
> Assignee: zhongjiajie
> Priority: Major
> Labels: patch
> Fix For: 1.10.3
>
>
> I had submit [pr|[https://github.com/apache/airflow/pull/4779]] and it
> related to Jira ticket .
> In PR comment, I was suggest close this PR and submit new one to remove
> function `chain` in `airflow.utils.heplers`, due to Airflower think use bit
> operation like `>>` or `<<` visual and easier to explain, and have multiple
> ways is confusion to users. BTW, this function was created 3 year ago and
> never get updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)