Skip to content

Commit ba1b51a

Browse files
committed
test
1 parent 7e2be4c commit ba1b51a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dags/HelloWorld.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from airflow.operators.python import PythonOperator
33
from datetime import datetime
44

5+
6+
a
57
dag = DAG(
68
dag_id="HelloWorld",
79
start_date=datetime(2022, 5, 5),

0 commit comments

Comments
 (0)