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

What

Represents follows for a Farcaster channel. For more info see Neynar or schema

Columns

Column NameData TypeDescription
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
FIDNUMBERFID of the user that signed the message.
CHANNEL_IDTEXTUnique identifier for the channel.
IDNUMBERGeneric identifier specific to this DB (a.k.a. surrogate key)
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 cast was considered deleted/revoked/pruned by the hub (e.g. in response to a CastRemove message, etc.)