mirror of
https://github.com/FlipsideCrypto/rise-models.git
synced 2026-02-06 14:16:43 +00:00
v2
This commit is contained in:
parent
85af1ec99a
commit
4b196de1fd
@ -12,7 +12,7 @@ WITH meta AS (
|
||||
TABLE(
|
||||
information_schema.external_table_file_registration_history(
|
||||
start_time => DATEADD('day', -3, CURRENT_TIMESTAMP()),
|
||||
table_name => '{{ source( "bronze_streamline", "testnet_blocks") }}')
|
||||
table_name => '{{ source( "bronze_streamline", "testnet_blocks_v2") }}')
|
||||
) A
|
||||
)
|
||||
SELECT
|
||||
|
||||
@ -12,7 +12,7 @@ WITH meta AS (
|
||||
TABLE(
|
||||
information_schema.external_table_file_registration_history(
|
||||
start_time => DATEADD('day', -3, CURRENT_TIMESTAMP()),
|
||||
table_name => '{{ source( "bronze_streamline", "testnet_transactions") }}')
|
||||
table_name => '{{ source( "bronze_streamline", "testnet_transactions_v2") }}')
|
||||
) A
|
||||
)
|
||||
SELECT
|
||||
|
||||
@ -58,4 +58,4 @@ FROM
|
||||
ORDER BY block_number desc
|
||||
|
||||
LIMIT
|
||||
14400
|
||||
14
|
||||
@ -58,4 +58,4 @@ FROM
|
||||
ORDER BY block_number desc
|
||||
|
||||
LIMIT
|
||||
14400
|
||||
14
|
||||
Loading…
Reference in New Issue
Block a user