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 a2d3d7510ed0f3f5b4cdcf74c7ff3cfc30b0bcc7
Author: Kaxil Naik <[email protected]>
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

Reply via email to