mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 17:06:46 +00:00
Co-authored-by: San Yong <22216004+SanYongxie@users.noreply.github.com> Co-authored-by: gregoriustanleyy <gstanleytejakusuma@gmail.com>
9 lines
209 B
SQL
9 lines
209 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{% set sql %}
|
|
{{ create_udf_bulk_rest_api_v2() }};
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{% endif %}
|
|
{% endmacro %}
|