external.farcaster Table: dim_profile_with_addresses Type: View
What
This table contains farcaster users profile data and their connected addresses. For more info see Neynar or schemaColumns
| Column Name | Data Type | Description |
|---|---|---|
| FID | NUMBER | FID the username belongs to. |
| FNAME | TEXT | Username, e.g. dwr if an fname, or dwr.eth if an ENS name. |
| DISPLAY_NAME | TEXT | Display name for user. |
| AVATAR_URL | TEXT | Link to profile picture. |
| BIO | TEXT | Profile bio. |
| VERIFIED_ADDRESSES | TEXT | EVM wallet addresses associated with profile. |
| UPDATED_AT | TIMESTAMP_NTZ | When the row was last updated. |