blast-models/macros/create_sps.sql
drethereum 604ec8ef8f
AN-4377/initial-repo-build (#1)
* files

* docs

* package

* remove

* comments

* macro comments

* overview

* comment out on run start

* remove workflows
2024-02-07 10:57:39 -07:00

9 lines
262 B
SQL

{# {% macro create_sps() %}
{% if var("UPDATE_UDFS_AND_SPS") %}
{% if target.database == 'BLAST' %}
CREATE schema IF NOT EXISTS _internal;
{{ sp_create_prod_clone('_internal') }};
{% endif %}
{% endif %}
{% endmacro %} #}