This commit is contained in:
drethereum 2025-04-16 17:50:32 -06:00
parent 85af1ec99a
commit 4b196de1fd
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -58,4 +58,4 @@ FROM
ORDER BY block_number desc
LIMIT
14400
14

View File

@ -58,4 +58,4 @@ FROM
ORDER BY block_number desc
LIMIT
14400
14