Skip to content

Commit

Permalink
add agg col (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-xyz authored Mar 8, 2024
1 parent 1ace5e7 commit 3ccd396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/gold/nft/nft__ez_nft_sales.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SELECT
platform_address,
platform_name,
platform_exchange_version,
aggregator_name,
seller_address,
buyer_address,
nft_address,
Expand Down
2 changes: 2 additions & 0 deletions models/gold/nft/nft__ez_nft_sales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ models:
description: '{{ doc("nft_platform_name") }}'
- name: PLATFORM_EXCHANGE_VERSION
description: '{{ doc("nft_platform_exchange_version") }}'
- name: AGGREGATOR_NAME
description: '{{ doc("nft_aggregator_name") }}'
- name: SELLER_ADDRESS
description: '{{ doc("nft_seller_address") }}'
- name: BUYER_ADDRESS
Expand Down

0 comments on commit 3ccd396

Please sign in to comment.