progress
This commit is contained in:
parent
2da206d368
commit
b7c94590f9
14 changed files with 2200 additions and 13 deletions
|
@ -16,6 +16,7 @@ class Metadata(BaseModel):
|
|||
versions, and other important information.
|
||||
"""
|
||||
fetchers: Dict[str, Dict[str, Any]] = Field(default_factory=dict)
|
||||
enrichments: Dict[str, Dict[str, Any]] = Field(default_factory=dict)
|
||||
|
||||
ts: str = Field(default_factory=lambda: datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|
||||
commit: str = Field(default_factory=lambda: _get_current_commit())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue