mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 16:01:55 +00:00
remove cols
This commit is contained in:
parent
d6128e2c33
commit
07ec9919b2
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -17,7 +17,6 @@ SELECT
|
||||
to_address,
|
||||
raw_amount,
|
||||
raw_amount_precise,
|
||||
_log_id,
|
||||
COALESCE (
|
||||
transfers_id,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user