Commit 4994548e authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add build_id

parent 75147aa2
...@@ -111,7 +111,7 @@ class Level1DataApi(object): ...@@ -111,7 +111,7 @@ class Level1DataApi(object):
prc_time : [str] prc_time : [str]
pipeline_id : [str] pipeline_id : [str]
pmapname : [str] pmapname : [str]
refs: [dict] build_id : [str]
:returns: csst_dfs_common.models.Result :returns: csst_dfs_common.models.Result
''' '''
......
...@@ -124,6 +124,7 @@ class Level2DataApi(object): ...@@ -124,6 +124,7 @@ class Level2DataApi(object):
prc_status : [int] prc_status : [int]
prc_time : [str] prc_time : [str]
pipeline_id : [str] pipeline_id : [str]
build_id : [int]
:returns: csst_dfs_common.models.Result :returns: csst_dfs_common.models.Result
''' '''
......
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