Commit ca36eae0 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

build_id to build

parent 4994548e
...@@ -25,7 +25,7 @@ class Level1DataApi(object): ...@@ -25,7 +25,7 @@ class Level1DataApi(object):
dec_cen: float = None, dec_cen: float = None,
radius_cen: float = None radius_cen: float = None
pipeline_id: [str] pipeline_id: [str]
build_id: [int] build: [int]
detector_no: [str] detector_no: [str]
filter: [str] filter: [str]
object_name: [str] object_name: [str]
...@@ -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]
build_id : [str] build : [str]
:returns: csst_dfs_common.models.Result :returns: csst_dfs_common.models.Result
''' '''
......
...@@ -25,7 +25,7 @@ class Level2DataApi(object): ...@@ -25,7 +25,7 @@ class Level2DataApi(object):
prc_status : [int], prc_status : [int],
import_status : [int], import_status : [int],
filename: [str], filename: [str],
build_id : [int], build : [int],
pipeline_id: [str], pipeline_id: [str],
limit: limits returns the number of records,default 0:no-limit limit: limits returns the number of records,default 0:no-limit
...@@ -124,7 +124,7 @@ class Level2DataApi(object): ...@@ -124,7 +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] build : [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