From 07758dcd3a1e057cb328d4bb6d653d77132f21fd Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:07:49 -0400 Subject: [PATCH] tests (#69) --- models/deepnftvalue/silver/silver__dnv_valuations.yml | 2 +- models/farcaster/gold/farcaster__dim_fids.yml | 3 --- models/farcaster/gold/farcaster__dim_fnames.yml | 3 --- models/farcaster/gold/farcaster__fact_casts.yml | 3 --- models/farcaster/gold/farcaster__fact_links.yml | 3 --- models/farcaster/gold/farcaster__fact_reactions.yml | 3 --- models/farcaster/gold/farcaster__fact_signers.yml | 3 --- models/farcaster/gold/farcaster__fact_storage.yml | 3 --- models/farcaster/gold/farcaster__fact_user_data.yml | 3 --- models/farcaster/gold/farcaster__fact_verifications.yml | 3 --- 10 files changed, 1 insertion(+), 28 deletions(-) diff --git a/models/deepnftvalue/silver/silver__dnv_valuations.yml b/models/deepnftvalue/silver/silver__dnv_valuations.yml index 4429551..f103663 100644 --- a/models/deepnftvalue/silver/silver__dnv_valuations.yml +++ b/models/deepnftvalue/silver/silver__dnv_valuations.yml @@ -12,4 +12,4 @@ models: - not_null - dbt_expectations.expect_row_values_to_have_recent_data: datepart: day - interval: 1 + interval: 5 diff --git a/models/farcaster/gold/farcaster__dim_fids.yml b/models/farcaster/gold/farcaster__dim_fids.yml index 9c848fb..66f6da6 100644 --- a/models/farcaster/gold/farcaster__dim_fids.yml +++ b/models/farcaster/gold/farcaster__dim_fids.yml @@ -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. \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__dim_fnames.yml b/models/farcaster/gold/farcaster__dim_fnames.yml index 4a38238..5135024 100644 --- a/models/farcaster/gold/farcaster__dim_fnames.yml +++ b/models/farcaster/gold/farcaster__dim_fnames.yml @@ -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 diff --git a/models/farcaster/gold/farcaster__fact_casts.yml b/models/farcaster/gold/farcaster__fact_casts.yml index b9aa799..fa44b52 100644 --- a/models/farcaster/gold/farcaster__fact_casts.yml +++ b/models/farcaster/gold/farcaster__fact_casts.yml @@ -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.) \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_links.yml b/models/farcaster/gold/farcaster__fact_links.yml index e01ec63..d76d163 100644 --- a/models/farcaster/gold/farcaster__fact_links.yml +++ b/models/farcaster/gold/farcaster__fact_links.yml @@ -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.) \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_reactions.yml b/models/farcaster/gold/farcaster__fact_reactions.yml index 37d3061..c371d39 100644 --- a/models/farcaster/gold/farcaster__fact_reactions.yml +++ b/models/farcaster/gold/farcaster__fact_reactions.yml @@ -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.) \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_signers.yml b/models/farcaster/gold/farcaster__fact_signers.yml index effec4e..5d6f8aa 100644 --- a/models/farcaster/gold/farcaster__fact_signers.yml +++ b/models/farcaster/gold/farcaster__fact_signers.yml @@ -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. \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_storage.yml b/models/farcaster/gold/farcaster__fact_storage.yml index da8d092..b4c6bdd 100644 --- a/models/farcaster/gold/farcaster__fact_storage.yml +++ b/models/farcaster/gold/farcaster__fact_storage.yml @@ -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 \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_user_data.yml b/models/farcaster/gold/farcaster__fact_user_data.yml index bb5fc2f..5aedf90 100644 --- a/models/farcaster/gold/farcaster__fact_user_data.yml +++ b/models/farcaster/gold/farcaster__fact_user_data.yml @@ -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 \ No newline at end of file diff --git a/models/farcaster/gold/farcaster__fact_verifications.yml b/models/farcaster/gold/farcaster__fact_verifications.yml index afc66d6..ec676de 100644 --- a/models/farcaster/gold/farcaster__fact_verifications.yml +++ b/models/farcaster/gold/farcaster__fact_verifications.yml @@ -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.) \ No newline at end of file