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

Update batch_test.py

parent 280f70e9
...@@ -34,7 +34,7 @@ def fail_alert(context): ...@@ -34,7 +34,7 @@ def fail_alert(context):
context.get('task_instance').task_id, context.get('task_instance').task_id,
context.get('task_instance').dag_id, context.get('task_instance').dag_id,
context.get('exception'), context.get('exception'),
context.get('task_instance').log_url context.get('task_instance').log_url.replace("localhost:8080", "10.231.238.224:31258")
) )
alert = BashOperator( alert = BashOperator(
......
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