mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 15:51:46 +00:00
* added the profiles * added the profiles * added the profiles * added the profiles * added the profiles * updated the path * updated the path * updated * updated * updated the path * updated the target * updated Co-authored-by: yulike <xiuyangguan@gmail.com>
29 lines
949 B
YAML
29 lines
949 B
YAML
polygon:
|
|
target: prod
|
|
outputs:
|
|
dev:
|
|
type: snowflake
|
|
account: "{{ env_var('ACCOUNT') }}"
|
|
role: "{{ env_var('ROLE') }}"
|
|
user: "{{ env_var('USER') }}"
|
|
password: "{{ env_var('PASSWORD') }}"
|
|
region: "{{ env_var('REGION') }}"
|
|
database: "{{ env_var('DATABASE_DEV') }}"
|
|
warehouse: "{{ env_var('WAREHOUSE_DEV') }}"
|
|
schema: "{{ env_var('SCHEMA') }}"
|
|
threads: 4
|
|
client_session_keep_alive: False
|
|
query_tag: polygon_curator
|
|
prod:
|
|
type: snowflake
|
|
account: "{{ env_var('ACCOUNT') }}"
|
|
role: "{{ env_var('ROLE') }}"
|
|
user: "{{ env_var('USER') }}"
|
|
password: "{{ env_var('PASSWORD') }}"
|
|
region: "{{ env_var('REGION') }}"
|
|
database: "{{ env_var('DATABASE_PROD') }}"
|
|
warehouse: "{{ env_var('WAREHOUSE_PROD') }}"
|
|
schema: "{{ env_var('SCHEMA') }}"
|
|
threads: 4
|
|
client_session_keep_alive: False
|
|
query_tag: polygon_curator |