FreshnessMetadata(dbtschemaversion: str =
Each additional property must conform to the following schema
Type: stringSourceFreshnessRuntimeError(unique_id: str, error: Union[str, int, NoneType], status: dbt.contracts.results.FreshnessErrorEnum)
No Additional PropertiesSourceFreshnessOutput(uniqueid: str, maxloadedat: datetime.datetime, snapshottedat: datetime.datetime, maxloadedattimeagoins: float, status: dbt.contracts.results.FreshnessStatus, criteria: dbt.contracts.graph.unparsed.FreshnessThreshold, adapterresponse: Dict[str, Any], timing: List[dbt.contracts.results.TimingInfo], threadid: str, execution_time: float)
No Additional PropertiesFreshnessThreshold(warnafter: Union[dbt.contracts.graph.unparsed.Time, NoneType] = None, errorafter: Union[dbt.contracts.graph.unparsed.Time, NoneType] = None, filter: Union[str, NoneType] = None)
No Additional PropertiesTime(count: int, period: dbt.contracts.graph.unparsed.TimePeriod)
No Additional PropertiesTime(count: int, period: dbt.contracts.graph.unparsed.TimePeriod)
Same definition as TimeTimingInfo(name: str, startedat: Union[datetime.datetime, NoneType] = None, completedat: Union[datetime.datetime, NoneType] = None)
No Additional Properties