maxProcessedTimestamp
The highest timestamp such that all records in SELECT * FROM raw_table WHERE _airbyte_extracted_at <= ? have a nonnull _airbyte_loaded_at.
Destinations MAY use this value to only run T+D on records with _airbyte_extracted_at > ? (note the strictly-greater comparison).