obelisk.types.TimestampPrecision

class obelisk.types.TimestampPrecision(*values)[source]

Bases: Enum

When ingesting data it is important to specify which precision provided UNIX timestamps are in. If a provided timestamp is in seconds, but interpreted by Obelisk as milliseconds, it would erroneously be somewhere in the past.

__init__(*args, **kwds)

Attributes

SECONDS

MILLISECONDS

MICROSECONDS