Hi All,
We’ve had a request from our data consumers to have the Last Update from the Data Freshness check appear in the catalog search. Users want to know if an item is stale or is receiving updates, and i think this would be the best way to do so.
I can find the property of the the last update under modifyTime column of the freshnessChecks attribute in the catalogItem entity, however I can’t get that to show in the catalog Search. It doesn’t error out which makes me think the property is correct, but nothing appears in the cell for each catalogItem even when there is a freshness check.
"modifyDate": {
"name": "modifyDate",
"dataPath": a
"modifyDate"
]
}
Has anyone had any success doing this, or anything similar?