This commit is contained in:
Austin 2024-11-19 18:18:43 -05:00 committed by GitHub
parent 087c95604b
commit 7290628dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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