Commit 97d8fa7e authored by 김진영's avatar 김진영
Browse files

Update batch_test.py

parent 1bed1fd5
......@@ -14,6 +14,7 @@ with DAG(
},
description='Test Batch Job',
schedule_interval='*/1 * * * *',
start_date=datetime.now(),
tags=['test'],
) as dag:
# post_gasan_tasks = []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment