Skip to content

Commit

Permalink
Update safe_polygon_schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
safeintern authored Aug 13, 2024
1 parent 374150e commit a558b40
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a558b40

Please sign in to comment.