From 5fe67886eeaaaf15243eb88aa1fcada1a1239724 Mon Sep 17 00:00:00 2001 From: jrybicki-jsc <j.rybicki@fz-juelich.de> Date: Thu, 7 Apr 2022 15:04:22 +0200 Subject: [PATCH] task names --- dags/just_reg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/just_reg.py b/dags/just_reg.py index 0f4af0b..8018a65 100644 --- a/dags/just_reg.py +++ b/dags/just_reg.py @@ -90,7 +90,7 @@ def datacat_registration_example(): object_url='https://b2share-testing.fz-juelich.de/records/7a12fda26b2a4d248f96d012d54769b7') step3 = get_template() - stepr = BashOperator(bash_command='rm /work/ww', task_id='nothing') + stepr = BashOperator(bash_command='rm /work/ww', task_id='remov') step1 >> step2 >> step3 >> stepr -- GitLab