mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 11:01:46 +00:00
6 lines
137 B
SQL
6 lines
137 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{{- fsc_utils.create_udfs() -}}
|
|
{% endif %}
|
|
{% endmacro %}
|