Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api-cluster
Commits
66960b44
Commit
66960b44
authored
Dec 14, 2023
by
Wei Shoulin
Browse files
add pmapname
parent
81641187
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api_cluster/facility/level1.py
View file @
66960b44
...
...
@@ -215,6 +215,7 @@ class Level1DataApi(object):
prc_status : [int]
prc_time : [str]
pipeline_id : [str]
pmapname : [str]
refs: [dict]
return csst_dfs_common.models.Result
...
...
@@ -233,6 +234,7 @@ class Level1DataApi(object):
prc_status
=
get_parameter
(
kwargs
,
"prc_status"
,
0
),
prc_time
=
get_parameter
(
kwargs
,
"prc_time"
,
format_datetime
(
datetime
.
now
())),
pipeline_id
=
get_parameter
(
kwargs
,
"pipeline_id"
,
""
),
pmapname
=
get_parameter
(
kwargs
,
"pmapname"
,
""
),
refs
=
get_parameter
(
kwargs
,
"refs"
,
{})
)
def
stream
(
rec
):
...
...
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