external.farcaster Table: fact_channel_follows Type: View
What
Represents follows for a Farcaster channel. For more info see Neynar or schemaColumns
| Column Name | Data Type | Description |
|---|---|---|
| TIMESTAMP | TIMESTAMP_NTZ | Message timestamp in UTC. |
| FID | NUMBER | FID of the user that signed the message. |
| CHANNEL_ID | TEXT | Unique identifier for the channel. |
| ID | NUMBER | Generic identifier specific to this DB (a.k.a. surrogate key) |
| CREATED_AT | TIMESTAMP_NTZ | When the row was first created in this DB (not the same as the message timestamp!) |
| UPDATED_AT | TIMESTAMP_NTZ | When the row was last updated. |
| DELETED_AT | TIMESTAMP_NTZ | When the cast was considered deleted/revoked/pruned by the hub (e.g. in response to a CastRemove message, etc.) |