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-commons
Commits
f579d41e
Commit
f579d41e
authored
Dec 31, 2023
by
Wei Shoulin
Browse files
build_id to build
parent
4101c108
Pipeline
#2896
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_commons/models/facility.py
View file @
f579d41e
...
@@ -156,7 +156,7 @@ class Level1Record(BaseModel):
...
@@ -156,7 +156,7 @@ class Level1Record(BaseModel):
pipeline_id
:
str
=
""
pipeline_id
:
str
=
""
detector_no
:
str
=
""
detector_no
:
str
=
""
pmapname
:
str
=
""
pmapname
:
str
=
""
build
_id
:
int
=
0
build
:
int
=
0
header
:
Dict
[
str
,
object
]
=
default_field
({})
header
:
Dict
[
str
,
object
]
=
default_field
({})
refs
:
Dict
[
str
,
str
]
=
default_field
({})
refs
:
Dict
[
str
,
str
]
=
default_field
({})
...
...
csst_dfs_commons/models/level2.py
View file @
f579d41e
...
@@ -19,7 +19,7 @@ class Level2Record(BaseModel):
...
@@ -19,7 +19,7 @@ class Level2Record(BaseModel):
create_time
:
str
=
""
create_time
:
str
=
""
update_time
:
str
=
""
update_time
:
str
=
""
pipeline_id
:
str
=
""
pipeline_id
:
str
=
""
build
_id
:
int
=
0
build
:
int
=
0
import_status
:
int
=
0
import_status
:
int
=
0
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
...
...
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