Commit 4101c108 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add build_id

parent bce084b2
...@@ -19,6 +19,7 @@ class Level2Record(BaseModel): ...@@ -19,6 +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
import_status: int = 0 import_status: int = 0
@dataclasses.dataclass @dataclasses.dataclass
......
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