mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 18:11:49 +00:00
* initial set up * macros and workflows * wh * observ exclusions * defi and nft tags * protocol tags * sl * refs * docs * package * package * 64 * curated tweaks * sources * v69 * v70
9 lines
262 B
SQL
9 lines
262 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS", false) %}
|
|
{% set sql %}
|
|
CREATE schema if NOT EXISTS silver;
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{{- fsc_utils.create_udfs() -}}
|
|
{% endif %}
|
|
{% endmacro %} |