mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 14:16:47 +00:00
done
This commit is contained in:
parent
d2168fcef2
commit
e754536b8c
@ -64,7 +64,6 @@ SELECT
|
||||
uncles
|
||||
) AS block_header_json,
|
||||
inserted_timestamp,
|
||||
modified_timestamp,
|
||||
invocation_id
|
||||
modified_timestamp
|
||||
FROM
|
||||
{{ ref('silver__blocks') }}
|
||||
@ -48,5 +48,3 @@ models:
|
||||
description: "{{ doc('inserted_timestamp') }}"
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: "{{ doc('modified_timestamp') }}"
|
||||
- name: INVOCACTION_ID
|
||||
description: "{{ doc('invocation_id') }}"
|
||||
|
||||
@ -20,7 +20,6 @@ SELECT
|
||||
tx_status,
|
||||
_log_id,
|
||||
inserted_timestamp,
|
||||
modified_timestamp,
|
||||
invocation_id
|
||||
modified_timestamp
|
||||
FROM
|
||||
{{ ref('silver__logs') }}
|
||||
@ -34,5 +34,3 @@ models:
|
||||
description: "{{ doc('inserted_timestamp') }}"
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: "{{ doc('modified_timestamp') }}"
|
||||
- name: INVOCACTION_ID
|
||||
description: "{{ doc('invocation_id') }}"
|
||||
|
||||
@ -25,7 +25,6 @@ SELECT
|
||||
near_receipt_hash,
|
||||
near_transaction_hash,
|
||||
inserted_timestamp,
|
||||
modified_timestamp,
|
||||
invocation_id
|
||||
modified_timestamp
|
||||
FROM
|
||||
{{ ref('silver__receipts') }}
|
||||
@ -42,5 +42,3 @@ models:
|
||||
description: "{{ doc('inserted_timestamp') }}"
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: "{{ doc('modified_timestamp') }}"
|
||||
- name: INVOCACTION_ID
|
||||
description: "{{ doc('invocation_id') }}"
|
||||
|
||||
@ -29,6 +29,8 @@ SELECT
|
||||
r,
|
||||
s,
|
||||
v,
|
||||
tx_type
|
||||
tx_type,
|
||||
inserted_timestamp,
|
||||
modified_timestamp
|
||||
FROM
|
||||
{{ ref('silver__transactions') }}
|
||||
@ -56,5 +56,3 @@ models:
|
||||
description: "{{ doc('inserted_timestamp') }}"
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: "{{ doc('modified_timestamp') }}"
|
||||
- name: INVOCACTION_ID
|
||||
description: "{{ doc('invocation_id') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user