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, adapter_response: Dict[str, Any])
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 Time