Commit a4766d88 authored by 김진영's avatar 김진영
Browse files

Update batch_test.py

parent 0d2daffd
......@@ -61,7 +61,7 @@ with DAG(
# (Task1) 헬스체크
health_check = BashOperator(
task_id='health_check',
bash_command="curl -X GET -v {api_url}/api/v1/core/health \'-H accept: application/json\'".format(Variable.get("INF_API_URL ")),
bash_command="curl -X GET -v {api_url}/api/v1/core/health \'-H accept: application/json\'".format(Variable.get("INF_API_URL")),
)
# (Task2) gasan 작업 병렬처리
......
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