Merge pull request #387 from FlipsideCrypto/logs-receipt-succeeded

Logs/add receipt succeeded
This commit is contained in:
Jack Forgash 2024-12-09 12:29:43 -07:00 committed by GitHub
commit a88924b0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ SELECT
clean_log,
log_index,
gas_burnt,
receipt_succeeded,
COALESCE(
logs_id,
{{ dbt_utils.generate_surrogate_key(

View File

@ -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')}}"