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

What

Represents a cast authored by a user. For more info see Neynar or schema

Columns

Column NameData TypeDescription
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
FIDNUMBERFID of the user that signed the message.
HASHBINARYMessage hash.
PARENT_HASHBINARYIf this cast was a reply, the hash of the parent cast. null otherwise.
PARENT_FIDNUMBERIf this cast was a reply, the FID of the author of the parent cast. null otherwise.
PARENT_URLTEXTIf this cast was a reply to a URL (e.g. an NFT, a web URL, etc.), the URL. null otherwise.
TEXTTEXTThe raw text of the cast with mentions removed.
EMBEDSTEXTArray of URLs or cast IDs that were embedded with this cast.
MENTIONSTEXTArray of FIDs mentioned in the cast.
MENTIONS_POSITIONSTEXTUTF8 byte offsets of the mentioned FIDs in the cast.
ROOT_PARENT_HASHBINARYIf this cast was a reply, the hash of the original cast in the reply chain. null otherwise.
ROOT_PARENT_URLTEXTIf this cast was a reply, then the URL that the original cast in the reply chain was replying to.
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.)