mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 14:06:53 +00:00
typo (#986)
This commit is contained in:
parent
087c95604b
commit
7290628dc4
@ -45,7 +45,7 @@
|
||||
),
|
||||
existing_logs_to_exclude AS (
|
||||
SELECT _log_id
|
||||
FROM {{ ref('streamline__complete_decode_logs') }} l
|
||||
FROM {{ ref('streamline__complete_decoded_logs') }} l
|
||||
INNER JOIN target_blocks b using (block_number)
|
||||
),
|
||||
candidate_logs AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user