This commit is contained in:
Austin 2024-07-31 21:10:17 -04:00
parent 8644dabc37
commit 4f280df0a5

View File

@ -5,7 +5,6 @@
cluster_by = "ROUND(block_number, -3)",
merge_update_columns = ["_log_id"],
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION on equality(_log_id)",
full_refresh = false,
tags = ['streamline_decoded_logs_complete']
) }}