fix bronze__blocks live table flag

This commit is contained in:
shah 2025-04-13 19:05:08 -07:00
parent 154f8d1e7d
commit 2ecc3de7e1

View File

@ -4,7 +4,7 @@
) }}
{% if var('ENABLE_LIVE_TABLE_QUERY', false) %}
{% if var('ENABLE_LIVE_TABLE', false) %}
-- LIVE LOGIC: Call RPCs to populate live table
SELECT 1
{% else %}