mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 14:56:48 +00:00
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 %}
|