Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
김진영
airflow-test
Commits
c40e5ae9
Commit
c40e5ae9
authored
May 13, 2022
by
김진영
Browse files
Update batch_test.py
parent
f73b2e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch_test.py
View file @
c40e5ae9
from
datetime
import
datetime
,
timedelta
from
datetime
import
datetime
,
timedelta
from
textwrap
import
dedent
from
textwrap
import
dedent
import
pendulum
# The DAG object; we'll need this to instantiate a DAG
# The DAG object; we'll need this to instantiate a DAG
from
airflow
import
DAG
from
airflow
import
DAG
local_tz
=
pendulum
.
timezone
(
"Asia/Seoul"
)
# Operators; we need this to operate!
# Operators; we need this to operate!
from
airflow.operators.bash
import
BashOperator
from
airflow.operators.bash
import
BashOperator
with
DAG
(
with
DAG
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment