mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 09:26:45 +00:00
1 more named near
This commit is contained in:
parent
ed5b783b42
commit
dec616c9f8
@ -1,4 +1,4 @@
|
||||
near:
|
||||
terra:
|
||||
target: dev
|
||||
outputs:
|
||||
dev:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{% macro run_sp_create_prod_clone() %}
|
||||
{% set clone_query %}
|
||||
call near._internal.create_prod_clone(
|
||||
call terra._internal.create_prod_clone(
|
||||
'terra',
|
||||
'terra_dev',
|
||||
'dbt_cloud'
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
near:
|
||||
terra:
|
||||
target: dev
|
||||
outputs:
|
||||
dev:
|
||||
@ -14,6 +14,6 @@ near:
|
||||
warehouse: "{{ env_var('SF_WAREHOUSE') }}"
|
||||
threads: 4
|
||||
client_session_keep_alive: False
|
||||
query_tag: near
|
||||
query_tag: terra_dbt
|
||||
config:
|
||||
send_anonymous_usage_stats: False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user