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 schemaColumns
| Column Name | Data Type | Description |
|---|---|---|
| ID | NUMBER | Generic identifier specific to this DB (a.k.a. surrogate key) |
| FID | NUMBER | FID of the user that signed the message. |
| TYPE | NUMBER | The type of user data (PFP, bio, username, etc.) |
| VALUE | TEXT | The string value of the field. |
| HASH | BINARY | Message hash. |
| TIMESTAMP | TIMESTAMP_NTZ | Message timestamp in UTC. |
| 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 data was considered deleted by the hub |