mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 13:37:09 +00:00
* wip * create udfs and sp to support api call * these were accidentally removed * add view/udf/sp needed for api integration * dedupe asset metadata before putting into silver * add ignore list to view * add model descriptions * fix where logic
8 lines
177 B
SQL
8 lines
177 B
SQL
{% macro create_udfs() %}
|
|
{% set sql %}
|
|
{{ udf_bulk_get_asset_metadata() }};
|
|
{# Add crate udf macros here #}
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{% endmacro %}
|