core cleanup

This commit is contained in:
Eric Laurello 2023-04-25 08:54:49 -04:00
parent 2fe1378322
commit 41e39546ba
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ sei:
user: <USERNAME>
password: <PASSWORD>
region: <REGION>
database: OSMOSIS_DEV
database: SEI_DEV
warehouse: <WAREHOUSE>
schema: silver
threads: 4

View File

@ -1,6 +1,6 @@
{% macro run_sp_create_prod_clone() %}
{% set clone_query %}
call osmosis._internal.create_prod_clone('sei', 'sei_dev', 'internal_dev');
call sei._internal.create_prod_clone('sei', 'sei_dev', 'internal_dev');
{% endset %}
{% do run_query(clone_query) %}