mirror of
https://github.com/FlipsideCrypto/fsc-ibc.git
synced 2026-02-06 13:26:50 +00:00
9 lines
259 B
SQL
9 lines
259 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{% set sql %}
|
|
CREATE schema if NOT EXISTS silver;
|
|
{{ create_udf_bulk_rest_api_v2() }}
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{% endif %}
|
|
{% endmacro %} |