This commit is contained in:
Austin 2024-06-10 11:07:49 -04:00 committed by GitHub
parent fa1509a2a7
commit 07758dcd3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 1 additions and 28 deletions

View File

@ -12,4 +12,4 @@ models:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 1
interval: 5

View File

@ -12,8 +12,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: CUSTODY_ADDRESS
description: Address that owns the FID.

View File

@ -14,9 +14,6 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the proof was revoked or the fname was otherwise deregistered from this user.
- name: CUSTODY_ADDRESS

View File

@ -36,8 +36,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the cast was considered deleted/revoked/pruned by the hub (e.g. in response to a CastRemove message, etc.)

View File

@ -24,8 +24,5 @@ models:
description: When the row was last updated
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the link was considered deleted by the hub (e.g. in response to a LinkRemoveMessage message, etc.)

View File

@ -26,8 +26,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the reaction was considered deleted by the hub (e.g. in response to a ReactionRemove message, etc.)

View File

@ -19,8 +19,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: Timestamp of the block where this signer was removed.

View File

@ -20,7 +20,4 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT

View File

@ -22,8 +22,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the data was considered deleted by the hub

View File

@ -19,8 +19,5 @@ models:
description: When the row was last updated.
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: DELETED_AT
description: When the verification was considered deleted by the hub (e.g. in response to a VerificationRemove message, etc.)