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

What

Represents data associated with a user (e.g. profile photo, bio, username, etc.) For more info see Neynar or schema

Columns

Column NameData TypeDescription
IDNUMBERGeneric identifier specific to this DB (a.k.a. surrogate key)
FIDNUMBERFID of the user that signed the message.
TYPENUMBERThe type of user data (PFP, bio, username, etc.)
VALUETEXTThe string value of the field.
HASHBINARYMessage hash.
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
CREATED_ATTIMESTAMP_NTZWhen the row was first created in this DB (not the same as the message timestamp!)
UPDATED_ATTIMESTAMP_NTZWhen the row was last updated.
DELETED_ATTIMESTAMP_NTZWhen the data was considered deleted by the hub