mirror of
https://github.com/FlipsideCrypto/crosschain-models.git
synced 2026-02-06 14:26:54 +00:00
* add resources for prices pipeline integration * trigger historical price gap fill with post hook
7 lines
189 B
SQL
7 lines
189 B
SQL
{% macro create_sps() %}
|
|
{% if target.database == 'CROSSCHAIN' %}
|
|
CREATE schema IF NOT EXISTS _internal;
|
|
{{ sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
{% endmacro %}
|