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
07b13378
Commit
07b13378
authored
May 23, 2022
by
김진영
Browse files
Update bc-super.py
parent
4add65e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bc-super.py
View file @
07b13378
...
...
@@ -45,7 +45,7 @@ with DAG(
for
i
,
data
in
enumerate
(
superData
):
post_super_task
=
BashOperator
(
task_id
=
'post_super'
+
str
(
i
+
1
),
bash_command
=
"
sleep 30;
curl -X
\'
POST
\'
\'
%s/api/v1/camera/super/writeimage
\'
-H
\'
Content-Type: application/json
\'
-d
\'
{
\"
id
\"
:
\"
%s
\"
,
\"
pw
\"
:
\"
%s
\"
,
\"
ip
\"
:
\"
%s
\"
,
\"
serialNum
\"
:
\"
%s
\"
,
\"
camName
\"
:
\"
%s
\"
}
\'
"
%
(
bash_command
=
"curl -X
\'
POST
\'
\'
%s/api/v1/camera/super/writeimage
\'
-H
\'
Content-Type: application/json
\'
-d
\'
{
\"
id
\"
:
\"
%s
\"
,
\"
pw
\"
:
\"
%s
\"
,
\"
ip
\"
:
\"
%s
\"
,
\"
serialNum
\"
:
\"
%s
\"
,
\"
camName
\"
:
\"
%s
\"
}
\'
"
%
(
Variable
.
get
(
"INF_API_URL"
),
Variable
.
get
(
"INF_API_ID"
),
Variable
.
get
(
"INF_API_PW"
),
...
...
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