add run_query to macro

This commit is contained in:
shah 2024-02-16 15:23:48 -08:00
parent 9f22dbcf75
commit c509b319e7

View File

@ -12,5 +12,5 @@
{{ var("API_INTEGRATION") }} AS https://{{ var("EXTERNAL_FUNCTION_URI") | lower }}/udf_bulk_rest_api
{%- endif %}
{% endset %}
{% do log(sql) %}
{% do run_query(sql) %}
{% endmacro %}