Skip to main content
Schema: external.farcaster Table: fact_links Type: View

What

Represents a link between two FIDs (e.g. a follow, subscription, etc.). For more info see Neynar or schema

Columns

Column NameData TypeDescription
IDNUMBERGeneric identifier specific to this DB (a.k.a. surrogate key)
FIDNUMBERFarcaster ID (the user ID).
TARGET_FIDNUMBERFarcaster ID of the target user.
HASHBINARYMessage hash.
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
TYPETEXTType of connection between users, e.g. follow.
DISPLAY_TIMESTAMPTIMESTAMP_NTZWhen the row was last updated.
CREATED_ATTIMESTAMP_NTZWhen the row was first created in this DB (not when the link itself was created on the network!)
UPDATED_ATTIMESTAMP_NTZWhen the row was last updated
DELETED_ATTIMESTAMP_NTZWhen the link was considered deleted by the hub (e.g. in response to a LinkRemoveMessage message, etc.)