add if execute around log event

This commit is contained in:
Jack Forgash 2025-03-31 15:33:14 -06:00
parent 030ee53b38
commit 130a58e22b

View File

@ -27,7 +27,9 @@ AND modified_timestamp >= (
{% endif %}
)
{% if not is_incremental() %}
{% do log('Is FR, loading from seed file', info=true) %}
{% if execute %}
{% do log('Is FR, loading from seed file', info=true) %}
{% endif %}
,
tokenlist_seed AS (
SELECT