add begin/commit

This commit is contained in:
Austin 2024-06-18 11:42:18 -04:00
parent 98adeb6e2a
commit 3560e17902

View File

@ -1,7 +1,10 @@
{% macro create_evm_streamline_udfs() %}
{% if var("UPDATE_UDFS_AND_SPS") %}
{% set sql %}
BEGIN;
{{ create_udf_bulk_rest_api_v2_evm() }}
{{ create_udf_bulk_decode_logs() }}
COMMIT;
{% endset %}
{% do run_query(sql) %}
{% endif %}