mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 13:17:03 +00:00
core cleanup
This commit is contained in:
parent
2fe1378322
commit
41e39546ba
@ -14,7 +14,7 @@ sei:
|
||||
user: <USERNAME>
|
||||
password: <PASSWORD>
|
||||
region: <REGION>
|
||||
database: OSMOSIS_DEV
|
||||
database: SEI_DEV
|
||||
warehouse: <WAREHOUSE>
|
||||
schema: silver
|
||||
threads: 4
|
||||
|
||||
@ -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) %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user