mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:41:50 +00:00
16 lines
820 B
YAML
16 lines
820 B
YAML
version: 2
|
|
models:
|
|
- name: farcaster__fact_warpcast_power_users
|
|
description: Represents data associated with power users, based on Warpcast power badges. For more info see [Neynar](https://docs.neynar.com/docs/how-to-query-neynar-sql-playground-for-farcaster-data) or [schema](https://github.com/farcasterxyz/hub-monorepo/tree/51c57245df8ec1c68d616dd3ab8ae5b80edf68fd/apps/replicator)
|
|
|
|
columns:
|
|
- name: FID
|
|
description: FID of the user that signed the message.
|
|
- name: CREATED_AT
|
|
description: When the row was first created in this DB (not the same as the message timestamp!)
|
|
- name: UPDATED_AT
|
|
description: When the row was last updated.
|
|
tests:
|
|
- not_null
|
|
- name: DELETED_AT
|
|
description: When the data was considered deleted by the hub |