mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 14:06:43 +00:00
reverted column rename
This commit is contained in:
parent
dea06f1ad1
commit
4ac31788b3
@ -54,7 +54,7 @@ nonnative_transfers AS (
|
||||
receiver,
|
||||
amount,
|
||||
is_native,
|
||||
token_id
|
||||
token_id as token_address
|
||||
FROM
|
||||
{{ ref('silver__nonnative_transfers') }}
|
||||
|
||||
@ -90,7 +90,7 @@ SELECT
|
||||
receiver,
|
||||
amount,
|
||||
is_native,
|
||||
token_id,
|
||||
token_id as token_address,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
['tx_id','transition_id','transfer_type']
|
||||
) }} AS fact_transfers_id,
|
||||
|
||||
@ -42,7 +42,7 @@ models:
|
||||
description: "Whether the transfer is a native transfer (credits.aleo) or a non-native transfer (token_registry.aleo)."
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
- name: TOKEN_ID
|
||||
- name: TOKEN_ADDRESS
|
||||
description: "Token address of the transfer."
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user