From 93e6a636e9f15dfce094fa8d61cc93e819d2b9f4 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:01:11 -0600 Subject: [PATCH] AN-5017/registered-at (#77) --- models/farcaster/gold/farcaster__dim_fids.sql | 3 ++- models/farcaster/gold/farcaster__dim_fids.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/models/farcaster/gold/farcaster__dim_fids.sql b/models/farcaster/gold/farcaster__dim_fids.sql index 399d676..1461fc1 100644 --- a/models/farcaster/gold/farcaster__dim_fids.sql +++ b/models/farcaster/gold/farcaster__dim_fids.sql @@ -10,7 +10,8 @@ SELECT custody_address, fid, created_at, - updated_at + updated_at, + registered_at FROM {{ source( 'external_bronze', diff --git a/models/farcaster/gold/farcaster__dim_fids.yml b/models/farcaster/gold/farcaster__dim_fids.yml index 66f6da6..4c9b3b8 100644 --- a/models/farcaster/gold/farcaster__dim_fids.yml +++ b/models/farcaster/gold/farcaster__dim_fids.yml @@ -8,6 +8,8 @@ models: description: FID of the user (primary key) - name: CREATED_AT description: When the row was first created in this DB (not the same as registration date!) + - name: REGISTERED_AT + description: Timestamp of the block in which the user was registered. - name: UPDATED_AT description: When the row was last updated. tests: