Closed yakkomajuri closed 3 years ago
I assume created_at should be when the event was "ingested" versus its actual timestamp?
Otherwise why have created_at and timestamp if they are the same?
created_at
timestamp
Side note that in CH the better proxy for when the event was created is _timestamp, which we get via Kafka
_timestamp
Changes
I assume created_at should be when the event was "ingested" versus its actual timestamp?
Otherwise why have
created_at
andtimestamp
if they are the same?Side note that in CH the better proxy for when the event was created is
_timestamp
, which we get via KafkaChecklist