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

Update batch_test.py

parent f73b2e0d
from datetime import datetime, timedelta
from textwrap import dedent
import pendulum
# The DAG object; we'll need this to instantiate a DAG
from airflow import DAG
local_tz = pendulum.timezone("Asia/Seoul")
# Operators; we need this to operate!
from airflow.operators.bash import BashOperator
with DAG(
......
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