Skip to content
Snippets Groups Projects
Commit 5844ec15 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

task name

parent 66dd6a4c
No related branches found
No related tags found
No related merge requests found
Pipeline #78613 passed
......@@ -14,7 +14,7 @@ def_args = {
}
with DAG('firsto', default_args=def_args, description='first dag', schedule_interval=timedelta(days=1), start_date=days_ago(2)) as dag:
with DAG('testdag', default_args=def_args, description='simple testing dag', schedule_interval=timedelta(days=1), start_date=days_ago(2)) as dag:
t1 = BashOperator(task_id='print_date', bash_command='date')
t2 = BashOperator(task_id='do_noting', bash_command='sleep 5')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment