[
https://issues.apache.org/jira/browse/AIRFLOW-5880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16973816#comment-16973816
]
ASF subversion and git services commented on AIRFLOW-5880:
----------------------------------------------------------
Commit fd425e89608cdef4f378d64a003da7c1a71fd830 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fd425e8 ]
[AIRFLOW-5880] Enforce unique task ids (#6549)
> Enforce unique task ids
> -----------------------
>
> Key: AIRFLOW-5880
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5880
> Project: Apache Airflow
> Issue Type: Improvement
> Components: core
> Affects Versions: 2.0.0
> Reporter: Bas Harenslak
> Assignee: Kaxil Naik
> Priority: Major
> Fix For: 2.0.0
>
>
> Currently, task with equal ids in a DAG simply overwrite each other and the
> last assigned task is saved. This can lead to unexpected behaviour and an
> exception should be raised.
> We've had a PendingDeprecationWarning on this for 4 years, time to get rid of
> it:
> [https://github.com/apache/airflow/commit/385add2bf3eb7cd6103cfec0e5516234eeb72443]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)