Skip to content

Commit

Permalink
remove (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside committed Jan 17, 2024
1 parent 3f116c2 commit fe3172b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion models/gold/core/core__fact_blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ SELECT
'2000-01-01'
)
) AS modified_timestamp,
withdrawals,
withdrawals_root
FROM
{{ ref('silver__blocks') }} A
Expand Down
2 changes: 0 additions & 2 deletions models/gold/core/core__fact_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ models:
description: '{{ doc("inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("modified_timestamp") }}'
- name: WITHDRAWALS
description: An array of withdrawals that occurred in this block.
- name: WITHDRAWALS_ROOT
description: A hash of the withdrawals that occurred in this block.

0 comments on commit fe3172b

Please sign in to comment.