Collect data from one database table() returns the most recent timestamp
Args:
table_data (list) : list of dictionaries
Raises:
KeyError: created_at/updated_at does not exist
Returns:
most_recent_timestamp (timestamp) : from list returns most recent timestamp from created_at/updated_at values