berachain-models/models/bronze/views/bronze__transactions.sql
2024-05-21 13:29:49 -04:00

12 lines
216 B
SQL

{{ config (
materialized = "view",
tags = ['streamline_core_complete']
) }}
SELECT
block_number,
tx_hash,
node_call :data :result AS tx_response
FROM
{{ ref('bronze_lq__get_transactions') }}