mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 18:56:48 +00:00
7 lines
186 B
SQL
7 lines
186 B
SQL
{% macro create_tasks() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{% if target.database == 'POLYGON' %}
|
|
{# {{ task_get_abis() }}; #}
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endmacro %} |