aptos-models/macros/create_sps.sql
xiuy001 d5577d9602
An 3060 get streamline in dbt (#3)
* updated

* update

* added all

* updated

* updated create udfs

* updated api_integrations
2023-05-11 20:32:32 -04:00

6 lines
191 B
SQL

{% macro create_sps() %}
{% if target.database == 'EVMOS' %}
CREATE SCHEMA IF NOT EXISTS _internal;
{{ sp_create_prod_clone('_internal') }};
{% endif %}
{% endmacro %}