We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kafka.timestamp
1 parent 8e8b5a7 commit ce17c69Copy full SHA for ce17c69
broker/cloud_run/lvk/ps_to_storage/main.py
@@ -102,5 +102,6 @@ def _create_file_metadata(alert: pittgoogle.Alert, event_id: str) -> dict:
102
metadata["alert_type"] = alert.dict["alert_type"]
103
metadata["superevent_id"] = alert.dict["superevent_id"]
104
metadata["schema_version"] = alert.dict["schema_version"]
105
+ metadata["kafka.timestamp"] = alert.attributes["kafka.timestamp"]
106
107
return metadata
0 commit comments