Skip to content

Commit

Permalink
add some missing columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Jun 25, 2024
1 parent 0882573 commit b501353
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions transformers/synthetix/models/marts/core/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ models:
data_type: text
- name: distributor
data_type: text
- name: market_symbol
- name: token_symbol
data_type: text
- name: amount
data_type: numeric
Expand Down Expand Up @@ -144,6 +144,8 @@ models:
columns:
- name: ts
data_type: timestamp with time zone
- name: block_number
data_type: bigint
- name: pool_id
data_type: integer
- name: collateral_type
Expand All @@ -164,6 +166,8 @@ models:
columns:
- name: ts
data_type: timestamp with time zone
- name: block_number
data_type: integer
- name: transaction_hash
data_type: text
- name: pool_id
Expand Down Expand Up @@ -218,7 +222,7 @@ models:
data_type: character varying
- name: distributor
data_type: text
- name: market_symbol
- name: token_symbol
data_type: text
- name: price
data_type: numeric
Expand Down

0 comments on commit b501353

Please sign in to comment.