BaseArtifactMetadata(dbtschemaversion: str, dbtversion: str = '0.19.0', generatedat: datetime.datetime =
Each additional property must conform to the following schema
Type: stringRunResultOutput(status: Union[dbt.contracts.results.RunStatus, dbt.contracts.results.TestStatus, dbt.contracts.results.FreshnessStatus], timing: List[dbt.contracts.results.TimingInfo], threadid: str, executiontime: float, message: Union[str, int, NoneType], adapterresponse: Dict[str, Any], uniqueid: str)
No Additional PropertiesTimingInfo(name: str, startedat: Union[datetime.datetime, NoneType] = None, completedat: Union[datetime.datetime, NoneType] = None)
No Additional Properties