remove cols

This commit is contained in:
drethereum 2024-03-04 15:38:08 -07:00
parent d6128e2c33
commit 07ec9919b2
4 changed files with 0 additions and 12 deletions

View File

@ -23,9 +23,6 @@ SELECT
decimals,
symbol,
token_price,
has_decimal,
has_price,
_log_id,
_inserted_timestamp,
transfers_id AS ez_token_transfers_id,
inserted_timestamp,

View File

@ -40,12 +40,6 @@ models:
description: '{{ doc("blast_symbol") }}'
- name: TOKEN_PRICE
description: '{{ doc("blast_transfer_token_price") }}'
- name: HAS_DECIMAL
description: '{{ doc("blast_transfer_has_decimal") }}'
- name: HAS_PRICE
description: '{{ doc("blast_transfer_has_price") }}'
- name: _LOG_ID
description: '{{ doc("internal_column") }}'
- name: _INSERTED_TIMESTAMP
description: '{{ doc("internal_column") }}'
- name: EZ_TOKEN_TRANSFERS_ID

View File

@ -17,7 +17,6 @@ SELECT
to_address,
raw_amount,
raw_amount_precise,
_log_id,
COALESCE (
transfers_id,
{{ dbt_utils.generate_surrogate_key(

View File

@ -28,8 +28,6 @@ models:
description: '{{ doc("blast_transfer_raw_amount") }}'
- name: RAW_AMOUNT_PRECISE
description: '{{ doc("blast_transfer_raw_amount_precise") }}'
- name: _LOG_ID
description: '{{ doc("internal_column") }}'
- name: FACT_TOKEN_TRANSFERS_ID
description: '{{ doc("pk") }}'
- name: INSERTED_TIMESTAMP