You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 backfillevent_timestamp
in these existing files.*_metadata.yml
.event_timestamp
into the message file.The text was updated successfully, but these errors were encountered: