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

What

Represents users that have blocked or been blocked. For more info see Neynar or schema

Columns

Column NameData TypeDescription
BLOCKER_FIDNUMBERThe FID of the user that blocked the other user.
BLOCKED_FIDNUMBERThe FID of the user that has been blocked.
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!)
DELETED_ATTIMESTAMP_NTZWhen the cast was considered deleted/revoked/pruned by the hub (e.g. in response to a CastRemove message, etc.)