mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
Merge pull request #387 from FlipsideCrypto/logs-receipt-succeeded
Logs/add receipt succeeded
This commit is contained in:
commit
a88924b0fb
@ -22,6 +22,7 @@ SELECT
|
||||
clean_log,
|
||||
log_index,
|
||||
gas_burnt,
|
||||
receipt_succeeded,
|
||||
COALESCE(
|
||||
logs_id,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
|
||||
@ -91,6 +91,11 @@ models:
|
||||
description: "{{ doc('index')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: RECEIPT_SUCCEEDED
|
||||
description: "{{ doc('receipt_succeeded')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: FACT_LOGS_ID
|
||||
description: "{{doc('id')}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user