mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
rm old bronze views (#478)
This commit is contained in:
parent
6bc260c838
commit
7341100552
@ -1,23 +0,0 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['scheduled']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
record_id,
|
||||
offset_id,
|
||||
block_id,
|
||||
block_timestamp,
|
||||
network,
|
||||
chain_id,
|
||||
tx_count,
|
||||
header,
|
||||
ingested_at AS _ingested_at,
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
{{ source(
|
||||
'prod',
|
||||
'flow_blocks'
|
||||
) }}
|
||||
WHERE
|
||||
_inserted_timestamp :: DATE >= '2022-05-01'
|
||||
@ -1,24 +0,0 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['scheduled']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
record_id,
|
||||
tx_id,
|
||||
tx_block_index,
|
||||
offset_id,
|
||||
block_id,
|
||||
block_timestamp,
|
||||
network,
|
||||
chain_id,
|
||||
tx,
|
||||
ingested_at AS _ingested_at,
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
{{ source(
|
||||
'prod',
|
||||
'flow_txs'
|
||||
) }}
|
||||
WHERE
|
||||
_inserted_timestamp :: DATE >= '2022-05-01'
|
||||
Loading…
Reference in New Issue
Block a user