Skip to content

Commit 8e78774

Browse files
🚧 Print python version
1 parent d3604cc commit 8e78774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎dags/tutorial.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
# t1, t2 and t3 are examples of tasks created by instantiating operators
5252
t1 = BashOperator(
53-
task_id="print_date",
54-
bash_command="date",
53+
task_id="print_python_version",
54+
bash_command="python --version",
5555
)
5656

5757
t2 = BashOperator(

0 commit comments

Comments
 (0)