You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/11/20 16:14:26 UTC

[airflow] 08/16: Rename task with duplicate task_id

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 39c91d985b8249b78893e3d0d8145a9a2693340e
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Nov 19 20:55:48 2020 +0000

    Rename task with duplicate task_id
---
 airflow/example_dags/example_complex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/example_dags/example_complex.py b/airflow/example_dags/example_complex.py
index ec39eec..a2f71f2 100644
--- a/airflow/example_dags/example_complex.py
+++ b/airflow/example_dags/example_complex.py
@@ -78,7 +78,7 @@ with models.DAG("example_complex", default_args=default_args, schedule_interval=
     )
 
     create_tag_template_field_result2 = BashOperator(
-        task_id="create_tag_template_field_result", bash_command="echo create_tag_template_field_result"
+        task_id="create_tag_template_field_result2", bash_command="echo create_tag_template_field_result"
     )
 
     # Delete