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.
1 parent 029599d commit 7bc02c6Copy full SHA for 7bc02c6
broker/setup_broker/lsst/templates/ps_lsst_add_top_level_fields_smt.yaml
@@ -14,7 +14,7 @@
14
if (attrs.healpix19) newFields.healpix19 = attrs.healpix19.toString();
15
if (attrs.healpix29) newFields.healpix29 = attrs.healpix29.toString();
16
if (attrs["kafka.timestamp"]) {
17
- newFields.kafkaPublishTimestamp = attrs["kafka.timestamp"].toString();
+ newFields.kafkaPublishTimestamp = attrs["kafka.timestamp"] * 1000;
18
}
19
20
// Define the data as a set of key-value pairs to be added to the JSON payload
0 commit comments