AN-5017/registered-at (#77)

This commit is contained in:
drethereum 2024-07-24 11:01:11 -06:00 committed by GitHub
parent 60921c1054
commit 93e6a636e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,8 @@ SELECT
custody_address,
fid,
created_at,
updated_at
updated_at,
registered_at
FROM
{{ source(
'external_bronze',

View File

@ -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: