mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 17:21:58 +00:00
7 lines
162 B
SQL
7 lines
162 B
SQL
{% macro create_udfs() %}
|
|
{% set sql %}
|
|
{{ udf_bulk_get_topshot_moments_minted_metadata() }};
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{% endmacro %}
|