Add timestamp field to VertexBuildModel
This commit is contained in:
parent
24f05126c1
commit
47ce676ce2
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class VertexBuildModel(BaseModel):
|
|||
params: Any
|
||||
data: dict
|
||||
artifacts: dict
|
||||
timestamp: datetime = Field(default_factory=datetime.now)
|
||||
|
||||
class Config:
|
||||
from_attributes = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue