From a558b4018e7a951191f93f930db27c84360cbd50 Mon Sep 17 00:00:00 2001 From: Peter <157015397+safeintern@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:05:29 +0800 Subject: [PATCH] Update safe_polygon_schema.yml --- .../safe/polygon/safe_polygon_schema.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dbt_subprojects/hourly_spellbook/models/_project/safe/polygon/safe_polygon_schema.yml b/dbt_subprojects/hourly_spellbook/models/_project/safe/polygon/safe_polygon_schema.yml index 90001c7e587..1c52a9b73a4 100644 --- a/dbt_subprojects/hourly_spellbook/models/_project/safe/polygon/safe_polygon_schema.yml +++ b/dbt_subprojects/hourly_spellbook/models/_project/safe/polygon/safe_polygon_schema.yml @@ -151,3 +151,29 @@ models: - &output name: output description: "Output data" + + - name: safe_optimism_balances + tests: + - dbt_utils.unique_combination_of_columns: + combination_of_columns: + - day + - blockchain + - address + - token_address + meta: + blockchain: optimism + project: safe + contributors: safeintern + config: + tags: ['safe', 'optimism'] + description: “Safe addresses balances” + columns: + - name: day + - name: blockchain + - name: address + - name: token_address + - name: token_standard + - name: token_id + - name: token_symbol + - name: token_balance + - name: balance_usd