The event_timestamp field is now automatically added to message files during the download process. However, previously downloaded event files lack this timestamp. This task involves creating a script to backfill event_timestamp in these existing files.
- Unzip event files into temp dir
- Extract event_timestamp from
*_metadata.yml.
- Insert
event_timestamp into the message file.
- Remove temp dir