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
989d80b2
Commit
989d80b2
authored
May 13, 2022
by
김진영
Browse files
Update batch_test.py
parent
c44a7bf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch_test.py
View file @
989d80b2
...
...
@@ -3,11 +3,11 @@ from textwrap import dedent
import
pendulum
from
airflow.operators.bash
import
BashOperator
from
airflow
import
DAG
from
'
data
/gasan_data'
import
gasan
D
ata
from
data
import
gasan
_d
ata
local_tz
=
pendulum
.
timezone
(
"Asia/Seoul"
)
print
(
gasanData
)
print
(
gasan_data
.
gasanData
)
# gasan 데이터 선언
gasan_data
=
[
{
...
...
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