osmosis-models/models/bronze/bronze__blocks.sql
eric-laurello 4bc8dc048d
AN-1692 inserted timestamp and other cleanup (#48)
* inserted plus mergins

* inc clean up

* merge fact

* remove ingest for silver txns
2022-06-29 19:29:59 -04:00

20 lines
256 B
SQL

{{ config (
materialized = 'view'
) }}
SELECT
record_id,
offset_id,
block_id,
block_timestamp,
network,
chain_id,
tx_count,
header,
ingested_at,
_inserted_timestamp
FROM
{{ source(
'prod',
'osmosis_blocks'
) }}