mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 15:36:47 +00:00
update path (#206)
This commit is contained in:
parent
bc3c7a0de0
commit
3fb5da2e78
@ -6,7 +6,6 @@
|
||||
unique_key = ['block_number','tx_position'],
|
||||
cluster_by = ['modified_timestamp::DATE','partition_key'],
|
||||
tags = ['overflowed_traces2'],
|
||||
full_refresh = false,
|
||||
snowflake_warehouse = warehouse
|
||||
) }}
|
||||
|
||||
@ -42,7 +41,11 @@ WITH bronze_overflowed_traces AS (
|
||||
'input',
|
||||
'error',
|
||||
'output',
|
||||
'revertReason'
|
||||
'revertReason',
|
||||
'txHash',
|
||||
'time',
|
||||
'result.txHash',
|
||||
'result.time'
|
||||
),
|
||||
'ORIGIN',
|
||||
REGEXP_REPLACE(REGEXP_REPLACE(path, '[^0-9]+', '_'), '^_|_$', '')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user